summaryrefslogtreecommitdiff
path: root/openbox/misc.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-02-06 23:33:02 -0500
committerDana Jansens <danakj@orodu.net>2008-02-07 02:14:44 -0500
commit5130c1c28ac35fc62a10d8743eef2e9fa21efb20 (patch)
treed96c1bb47a9fddcffd78a27b9a6dbd418328929d /openbox/misc.h
parent5f31bde96d5ee1aef4da69e33e58b89829da3593 (diff)
make the prompt buttons respond to button presses. keyboard input code is there too but not working yet.
Diffstat (limited to 'openbox/misc.h')
-rw-r--r--openbox/misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/misc.h b/openbox/misc.h
index 2b5584d7..01c2da1d 100644
--- a/openbox/misc.h
+++ b/openbox/misc.h
@@ -51,6 +51,7 @@ typedef enum
OB_KEY_RIGHT,
OB_KEY_UP,
OB_KEY_DOWN,
+ OB_KEY_TAB,
OB_NUM_KEYS
} ObKey;