]> Dogcows Code - chaz/openbox/blobdiff - otk/eventhandler.cc
new python callbacks data, infrastructure. going to rework bindings code. cvs wont...
[chaz/openbox] / otk / eventhandler.cc
index d61189e4713b8f2a1f8497cdea67b63f03bbe5c9..7e1ad745c2ad37ef1726ee6716164496f0b78dca 100644 (file)
@@ -91,6 +91,10 @@ void OtkEventHandler::handle(const XEvent &e)
     if (e.type == otk::OBDisplay::shapeEventBase())
       return shapeHandler((*(XShapeEvent*)&e));
 #endif // SHAPE
+#ifdef    XKB
+    if (e.type == otk::OBDisplay::xkbEventBase())
+      return xkbHandler((*(XkbEvent*)&e));
+#endif // XKB
     ;
   }
 }
This page took 0.020839 seconds and 4 git commands to generate.