]> Dogcows Code - chaz/openbox/blobdiff - otk/eventhandler.hh
handle map events with the Openbox class
[chaz/openbox] / otk / eventhandler.hh
index bb4f6d6ba4fae9eee3c9093210e13353fc8bab36..a70343edac8e3567bc989a83b9e4f5957f352514 100644 (file)
@@ -118,14 +118,14 @@ public:
 
 #if defined(SHAPE) || defined(DOXYGEN_IGNORE)
   //! Called when a shape extention event fires
-  virtual void shapeHandler(const XShapeEvent &) {};
+  virtual void shapeHandler(const XShapeEvent &) {}
 #endif // SHAPE 
 
   virtual ~OtkEventHandler();
 
 protected:
-  /*! Constructor for the XEventHandler class.
-    This is protected so that XEventHandlers can't be instantiated on their
+  /*! Constructor for the OtkEventHandler class.
+    This is protected so that OtkEventHandlers can't be instantiated on their
     own.
   */
   OtkEventHandler();
This page took 0.024265 seconds and 4 git commands to generate.