]> Dogcows Code - chaz/openbox/blobdiff - src/actions.hh
use otk objects in the ob scripts by importing otk
[chaz/openbox] / src / actions.hh
index 1c0c064e4db2404bbb72f31112a20ce564d3858b..f8f03d0f213d4c724b692d4aaa0945b3022503b6 100644 (file)
@@ -6,7 +6,7 @@
   @brief The action interface for user-available actions
 */
 
-#include "widget.hh"
+#include "widgetbase.hh"
 #include "otk/point.hh"
 #include "otk/rect.hh"
 #include "otk/eventhandler.hh"
@@ -76,13 +76,10 @@ public:
   virtual void leaveHandler(const XCrossingEvent &e);
 
   virtual void keyPressHandler(const XKeyEvent &e);
+  virtual void keyReleaseHandler(const XKeyEvent &e);
 
   virtual void motionHandler(const XMotionEvent &e);
 
-  virtual void mapRequestHandler(const XMapRequestEvent &e);
-  virtual void unmapHandler(const XUnmapEvent &e);
-  virtual void destroyHandler(const XDestroyWindowEvent &e);
-
 #ifdef    XKB
   virtual void xkbHandler(const XkbEvent &e);
 #endif // XKB
This page took 0.020617 seconds and 4 git commands to generate.