Added missing header for clearShape, which was breaking compilation

This commit is contained in:
Marius Nita 2002-08-27 06:59:57 +00:00
parent 0026b391d6
commit 07e619ebbb

View file

@ -417,6 +417,7 @@ public:
#ifdef SHAPE #ifdef SHAPE
void configureShape(void); void configureShape(void);
void clearShape(void);
void shapeEvent(XShapeEvent * /*unused*/); void shapeEvent(XShapeEvent * /*unused*/);
#endif // SHAPE #endif // SHAPE