summaryrefslogtreecommitdiff
path: root/openbox/menu.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-16 04:16:24 +0000
committerDana Jansens <danakj@orodu.net>2003-04-16 04:16:24 +0000
commit59c3cce4f49f04ed2c2937e7de24255dd53df487 (patch)
tree7b352ab86cb755a7242194e762b4817ae9e6de3f /openbox/menu.h
parentc915078faba41f7fb0884291b647f3429d987ce0 (diff)
save the window ids in a map for the menus
Diffstat (limited to 'openbox/menu.h')
-rw-r--r--openbox/menu.h2
1 files changed, 2 insertions, 0 deletions
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 <glib.h>
+extern GHashTable *menu_map;
+
typedef struct Menu {
char *label;
char *name;