From 59c3cce4f49f04ed2c2937e7de24255dd53df487 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 16 Apr 2003 04:16:24 +0000 Subject: save the window ids in a map for the menus --- openbox/menu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/menu.h') diff --git a/openbox/menu.h b/openbox/menu.h index bbc9fe81..23b6b9c5 100644 --- a/openbox/menu.h +++ b/openbox/menu.h @@ -6,6 +6,8 @@ #include +extern GHashTable *menu_map; + typedef struct Menu { char *label; char *name; -- cgit v1.2.3