summaryrefslogtreecommitdiff
path: root/src/client.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-04 07:04:23 +0000
committerDana Jansens <danakj@orodu.net>2003-01-04 07:04:23 +0000
commit8735c12d9633738a5150c451457471d797fa9bf1 (patch)
tree24616973540d34862310da88d539dd3790d832a3 /src/client.hh
parent7ec03b895e746bcf165dacd9141b981bd762cc2d (diff)
shape works again. updating the delete_window protocol update the decor.
Diffstat (limited to 'src/client.hh')
-rw-r--r--src/client.hh4
1 files changed, 3 insertions, 1 deletions
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
};
}