From 8735c12d9633738a5150c451457471d797fa9bf1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 4 Jan 2003 07:04:23 +0000 Subject: shape works again. updating the delete_window protocol update the decor. --- src/client.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/client.hh') diff --git a/src/client.hh b/src/client.hh index 2bc7e3f0..927fc2f1 100644 --- a/src/client.hh +++ b/src/client.hh @@ -457,11 +457,13 @@ public: virtual void unfocusHandler(const XFocusChangeEvent &e); virtual void propertyHandler(const XPropertyEvent &e); virtual void clientMessageHandler(const XClientMessageEvent &e); - virtual void shapeHandler(const XShapeEvent &e); virtual void configureRequestHandler(const XConfigureRequestEvent &e); virtual void unmapHandler(const XUnmapEvent &e); virtual void destroyHandler(const XDestroyWindowEvent &e); virtual void reparentHandler(const XReparentEvent &e); +#if defined(SHAPE) + virtual void shapeHandler(const XShapeEvent &e); +#endif // SHAPE }; } -- cgit v1.2.3