X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=otk%2Feventhandler.hh;h=bbc0449db5ae8fb4fb6a20f69b0ca98f4e86d55f;hb=fe55bb846db1933d8d6f023236298940cab441f8;hp=8e39a8dc0db420b52f27c11fdfd7192b70680467;hpb=fac1a6581b65b91eba3024d813a393e04007e197;p=chaz%2Fopenbox diff --git a/otk/eventhandler.hh b/otk/eventhandler.hh index 8e39a8dc..bbc0449d 100644 --- a/otk/eventhandler.hh +++ b/otk/eventhandler.hh @@ -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 &) {} @@ -118,7 +121,7 @@ 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();