summaryrefslogtreecommitdiff
path: root/src/actions.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions.hh')
-rw-r--r--src/actions.hh10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/actions.hh b/src/actions.hh
index 7168fce4..1a8d02c4 100644
--- a/src/actions.hh
+++ b/src/actions.hh
@@ -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;