]> Dogcows Code - chaz/openbox/blobdiff - src/actions.hh
use parentrelative when theres no texture set
[chaz/openbox] / src / actions.hh
index 8fb728df84a2c79afc7a4d811f4b8936eed07a03..f18696a10526426da996cf74f5f42bc94f56b03e 100644 (file)
@@ -6,7 +6,6 @@
   @brief The action interface for user-available actions
 */
 
-#include "widget.hh"
 #include "otk/point.hh"
 #include "otk/rect.hh"
 #include "otk/eventhandler.hh"
@@ -76,6 +75,7 @@ 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);
 
This page took 0.02169 seconds and 4 git commands to generate.