From db781556d63d1a50bd1b1b4b6b5423ef703bf2c7 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 29 Feb 2008 23:16:31 -0500 Subject: Add a hook system. They hooks don't run yet but they parse from the config file. --- openbox/misc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/misc.h') 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; -- cgit v1.2.3