From ea53850762b423f8cdbaa95aa69b6c413a65a7d9 Mon Sep 17 00:00:00 2001 From: Scott Moynes Date: Mon, 21 Jul 2003 23:19:03 +0000 Subject: Keyboard navigatable menus --- openbox/menu.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbox/menu.h') diff --git a/openbox/menu.h b/openbox/menu.h index 2f3f9ac2..d3e12dc6 100644 --- a/openbox/menu.h +++ b/openbox/menu.h @@ -19,7 +19,7 @@ typedef void(*menu_controller_update)(ObMenu *self); typedef void(*menu_controller_mouseover)(ObMenuEntry *self, gboolean enter); extern GHashTable *menu_hash; -extern GSList *menu_visible; +extern GList *menu_visible; struct _ObMenu { @@ -157,4 +157,5 @@ void menu_render_full(ObMenu *self); //so plugins can call it? void parse_menu_full(xmlDocPtr doc, xmlNodePtr node, void *data, gboolean new); void menu_control_mouseover(ObMenuEntry *entry, gboolean enter); +ObMenuEntry *menu_control_keyboard_nav(ObMenuEntry *over, ObKey key); #endif -- cgit v1.2.3