summaryrefslogtreecommitdiff
path: root/openbox/misc.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2010-02-11 15:05:16 -0500
committerDana Jansens <danakj@orodu.net>2010-02-11 15:07:08 -0500
commit096dad0c6c027100494ede811b33cb8558d32e25 (patch)
tree0e7799172d90d81a03632b186bf80cbeb26496e6 /openbox/misc.h
parent6c760c5a63a2e49bc2a5a4f39f8b4b9ed285bd7e (diff)
make control keys work in menus/dialogs/etc with the new obt code, using XLookup stuff
Diffstat (limited to 'openbox/misc.h')
-rw-r--r--openbox/misc.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/openbox/misc.h b/openbox/misc.h
index 68403f49..750dddd7 100644
--- a/openbox/misc.h
+++ b/openbox/misc.h
@@ -45,21 +45,6 @@ typedef enum
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_KEY_HOME,
- OB_KEY_END,
- OB_NUM_KEYS
-} ObKey;
-
-typedef enum
-{
OB_STATE_STARTING,
OB_STATE_RUNNING,
OB_STATE_EXITING,