]> Dogcows Code - chaz/openbox/blobdiff - src/xeventhandler.hh
add updateIconTitle
[chaz/openbox] / src / xeventhandler.hh
index 4f62fa0c8fab88ea56f2bad8017ff2881ba5ff79..87afee3a406c8efe5b96f9b7075b1dbd6f12267c 100644 (file)
@@ -2,6 +2,11 @@
 #ifndef   __xeventhandler_hh
 #define   __xeventhandler_hh
 
+/*! @file xeventhandler.hh
+  @brief The class which handles raw XEvents, turning them into high-level
+         user interaction sequences, or processing them as appropriate
+*/
+
 extern "C" {
 #include <X11/Xlib.h>
 }
@@ -120,7 +125,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
This page took 0.024813 seconds and 4 git commands to generate.