summaryrefslogtreecommitdiff
path: root/openbox/misc.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-02-29 23:16:31 -0500
committerDana Jansens <danakj@orodu.net>2008-02-29 23:37:57 -0500
commitdb781556d63d1a50bd1b1b4b6b5423ef703bf2c7 (patch)
tree8418803f72b28ce910d6e11f59237aa8a1b4089f /openbox/misc.h
parent173b9b764887929b7ff5d30b3e33f0602b0afda6 (diff)
Add a hook system. They hooks don't run yet but they parse from the config file.
Diffstat (limited to 'openbox/misc.h')
-rw-r--r--openbox/misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/misc.h b/openbox/misc.h
index c73c9265..13530ed9 100644
--- a/openbox/misc.h
+++ b/openbox/misc.h
@@ -107,6 +107,7 @@ typedef enum {
OB_USER_ACTION_MOUSE_DOUBLE_CLICK,
OB_USER_ACTION_MOUSE_MOTION,
OB_USER_ACTION_MENU_SELECTION,
+ OB_USER_ACTION_HOOK,
OB_NUM_USER_ACTIONS
} ObUserAction;