]> Dogcows Code - chaz/openbox/blobdiff - openbox/menu.h
save the window ids in a map for the menus
[chaz/openbox] / openbox / menu.h
index bbc9fe81d024761969e488d21c70e7937cc11e3b..23b6b9c55dd614c287c18d092dddee45ac476ed2 100644 (file)
@@ -6,6 +6,8 @@
 
 #include <glib.h>
 
+extern GHashTable *menu_map;
+
 typedef struct Menu {
     char *label;
     char *name;
This page took 0.021343 seconds and 4 git commands to generate.