]> Dogcows Code - chaz/openbox/blobdiff - otk/eventhandler.cc
add the swig generated files
[chaz/openbox] / otk / eventhandler.cc
index 6603b3e13509387c6cd196cb0a720b3109f353a9..d61189e4713b8f2a1f8497cdea67b63f03bbe5c9 100644 (file)
@@ -30,6 +30,8 @@ void OtkEventHandler::handle(const XEvent &e)
     return buttonPressHandler(e.xbutton);
   case ButtonRelease:
     return buttonReleaseHandler(e.xbutton);
+  case MotionNotify:
+    return motionHandler(e.xmotion);
   case EnterNotify:
     return enterHandler(e.xcrossing);
   case LeaveNotify:
This page took 0.021938 seconds and 4 git commands to generate.