X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmisc.h;h=05b5ac85d0f6e2b4203330ea7b1794e1adace9d8;hb=e6fea245756b59f83dc0f51d13feee9cf093a1a1;hp=2b5584d73072e84a24a1cf7a8837a27c3e46c4ab;hpb=a71a98b667c298fef7895f4d9a07eccb06cc6090;p=chaz%2Fopenbox diff --git a/openbox/misc.h b/openbox/misc.h index 2b5584d7..05b5ac85 100644 --- a/openbox/misc.h +++ b/openbox/misc.h @@ -51,6 +51,8 @@ typedef enum OB_KEY_RIGHT, OB_KEY_UP, OB_KEY_DOWN, + OB_KEY_TAB, + OB_KEY_SPACE, OB_NUM_KEYS } ObKey; @@ -58,7 +60,8 @@ typedef enum { OB_STATE_STARTING, OB_STATE_RUNNING, - OB_STATE_EXITING + OB_STATE_EXITING, + OB_STATE_RECONFIGURING } ObState; typedef enum @@ -105,6 +108,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;