X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmisc.h;h=750dddd7ae003d2081e264176bec844eb8a3ab01;hb=HEAD;hp=05b5ac85d0f6e2b4203330ea7b1794e1adace9d8;hpb=a170ad7c85b5f23fafe64d28a3f183a7ce42ce53;p=chaz%2Fopenbox diff --git a/openbox/misc.h b/openbox/misc.h index 05b5ac85..750dddd7 100644 --- a/openbox/misc.h +++ b/openbox/misc.h @@ -43,19 +43,6 @@ typedef enum OB_NUM_CURSORS } ObCursor; -typedef enum -{ - OB_KEY_RETURN, - OB_KEY_ESCAPE, - OB_KEY_LEFT, - OB_KEY_RIGHT, - OB_KEY_UP, - OB_KEY_DOWN, - OB_KEY_TAB, - OB_KEY_SPACE, - OB_NUM_KEYS -} ObKey; - typedef enum { OB_STATE_STARTING, @@ -108,7 +95,6 @@ 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;