From 096dad0c6c027100494ede811b33cb8558d32e25 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 11 Feb 2010 15:05:16 -0500 Subject: make control keys work in menus/dialogs/etc with the new obt code, using XLookup stuff --- openbox/misc.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'openbox/misc.h') diff --git a/openbox/misc.h b/openbox/misc.h index 68403f49..750dddd7 100644 --- a/openbox/misc.h +++ b/openbox/misc.h @@ -43,21 +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_KEY_HOME, - OB_KEY_END, - OB_NUM_KEYS -} ObKey; - typedef enum { OB_STATE_STARTING, -- cgit v1.2.3