]> Dogcows Code - chaz/openbox/blobdiff - otk/eventhandler.hh
add an OBBackgroundWidget and use it for setting colors so far.
[chaz/openbox] / otk / eventhandler.hh
index a70343edac8e3567bc989a83b9e4f5957f352514..bbc0449db5ae8fb4fb6a20f69b0ca98f4e86d55f 100644 (file)
@@ -28,6 +28,9 @@ public:
   //! Called whenever a button of the pointer is released.
   virtual void buttonReleaseHandler(const XButtonEvent &) {}
 
+  //! Called whenever the pointer moved
+  virtual void motionHandler(const XMotionEvent &) {}
+
   //! Called whenever the pointer enters a window.
   virtual void enterHandler(const XCrossingEvent &) {}
 
This page took 0.019983 seconds and 4 git commands to generate.