]> Dogcows Code - chaz/openbox/commitdiff
Added missing header for clearShape, which was breaking compilation
authorMarius Nita <marius@cs.pdx.edu>
Tue, 27 Aug 2002 06:59:57 +0000 (06:59 +0000)
committerMarius Nita <marius@cs.pdx.edu>
Tue, 27 Aug 2002 06:59:57 +0000 (06:59 +0000)
src/Window.hh

index 74a562a014da317b517bde260b0ab7779a88505b..0f10cfbcd17ec137dd7fb10f903be41ae659b113 100644 (file)
@@ -417,6 +417,7 @@ public:
 
 #ifdef    SHAPE
   void configureShape(void);
+  void clearShape(void);
   void shapeEvent(XShapeEvent * /*unused*/);
 #endif // SHAPE
 
This page took 0.023583 seconds and 4 git commands to generate.