summaryrefslogtreecommitdiff
path: root/src/xeventhandler.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-04 09:33:23 +0000
committerDana Jansens <danakj@orodu.net>2002-11-04 09:33:23 +0000
commit2f905c7ed8eff6a43424df736102db9b097269cb (patch)
treee6dbf719f1a373751a79782ab0eef53de645b211 /src/xeventhandler.hh
parent45c2589ef6e6576604543229dfa1582d471e6a94 (diff)
deal with client events in the same way now
Diffstat (limited to 'src/xeventhandler.hh')
-rw-r--r--src/xeventhandler.hh8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/xeventhandler.hh b/src/xeventhandler.hh
index 4f62fa0c..7b960cd3 100644
--- a/src/xeventhandler.hh
+++ b/src/xeventhandler.hh
@@ -120,7 +120,13 @@ private:
@param e The XEvent to handle
*/
void shapeEvent(const XShapeEvent &e);
-#endif // SHAPE
+#endif // SHAPE
+ //! Handles client message events
+ /*!
+ @param e The XEvent to handle
+ */
+ void clientMessage(const XClientMessageEvent &e);
+
public:
//! Constructs an OBXEventHandler object