diff options
| author | Dana Jansens <danakj@orodu.net> | 2010-02-11 15:05:16 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2010-02-11 15:07:08 -0500 |
| commit | 096dad0c6c027100494ede811b33cb8558d32e25 (patch) | |
| tree | 0e7799172d90d81a03632b186bf80cbeb26496e6 /openbox/misc.h | |
| parent | 6c760c5a63a2e49bc2a5a4f39f8b4b9ed285bd7e (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.h | 15 |
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, |
