From 07e619ebbb7c43b22f3bcb5672413d343cf66d24 Mon Sep 17 00:00:00 2001 From: Marius Nita Date: Tue, 27 Aug 2002 06:59:57 +0000 Subject: [PATCH] Added missing header for clearShape, which was breaking compilation --- src/Window.hh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2