]> Dogcows Code - chaz/openbox/blobdiff - src/actions.hh
python with callbacks!
[chaz/openbox] / src / actions.hh
index 7168fce459a95c1c58a30ab56b9b781d4dbab952..1a8d02c4c8e04195aea8e347d6e17d10dca29878 100644 (file)
@@ -23,6 +23,16 @@ namespace ob {
 */
 class OBActions : public otk::OtkEventHandler {
 public:
+  enum ActionType {
+    Action_ButtonPress,
+    Action_ButtonRelease,
+    Action_EnterWindow,
+    Action_LeaveWindow,
+    Action_KeyPress,
+    Action_MouseMotion,
+    NUM_ACTIONS
+  };
+  
   struct ButtonReleaseAction {
     Window win;
     unsigned int button;
This page took 0.020267 seconds and 4 git commands to generate.