]> Dogcows Code - chaz/openbox/blobdiff - openbox/menu.h
Some fixes and new bugs. Someone else can do the menus because it is
[chaz/openbox] / openbox / menu.h
index 1d20ff03360b519870c7afd1e28cab8826f44608..3b7c1c3840477ff0757b19fc30d914ad7e720a41 100644 (file)
@@ -114,9 +114,12 @@ struct _ObMenuEntry
 
     /* render stuff */
     Window item;
+    Window submenu_pic;
+    
     RrAppearance *a_item;
     RrAppearance *a_disabled;
     RrAppearance *a_hilite;
+    RrAppearance *a_submenu;
     gint y;
     gint min_w;
 } MenuEntry;
This page took 0.020986 seconds and 4 git commands to generate.