From: Marius Nita Date: Tue, 27 Aug 2002 06:59:57 +0000 (+0000) Subject: Added missing header for clearShape, which was breaking compilation X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=07e619ebbb7c43b22f3bcb5672413d343cf66d24;p=chaz%2Fopenbox Added missing header for clearShape, which was breaking compilation --- diff --git a/src/Window.hh b/src/Window.hh index 74a562a0..0f10cfbc 100644 --- a/src/Window.hh +++ b/src/Window.hh @@ -417,6 +417,7 @@ public: #ifdef SHAPE void configureShape(void); + void clearShape(void); void shapeEvent(XShapeEvent * /*unused*/); #endif // SHAPE