]> Dogcows Code - chaz/openbox/blobdiff - src/actions.hh
link in python not guile
[chaz/openbox] / src / actions.hh
index 9f65f7ed3ef284c055cacc6a6b6d0af0c556a692..7168fce459a95c1c58a30ab56b9b781d4dbab952 100644 (file)
@@ -7,6 +7,7 @@
 */
 
 #include "otk/point.hh"
+#include "otk/rect.hh"
 #include "otk/eventhandler.hh"
 
 extern "C" {
@@ -32,6 +33,7 @@ public:
   struct ButtonPressAction {
     unsigned int button;
     otk::Point pos;
+    otk::Rect clientarea;
     ButtonPressAction() { button = 0; }
   };
   
This page took 0.022168 seconds and 4 git commands to generate.