X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fmenu.h;h=3b7c1c3840477ff0757b19fc30d914ad7e720a41;hb=a4f023cf3a085d414a03e2d074e6eaa5258e4391;hp=1d20ff03360b519870c7afd1e28cab8826f44608;hpb=d94fba72624f88f7e0457dc4eb9a0f6b1699f23b;p=chaz%2Fopenbox diff --git a/openbox/menu.h b/openbox/menu.h index 1d20ff03..3b7c1c38 100644 --- a/openbox/menu.h +++ b/openbox/menu.h @@ -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;