Added missing header for clearShape, which was breaking compilation
This commit is contained in:
parent
0026b391d6
commit
07e619ebbb
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue