X-Git-Url: http://git.subgeniuskitty.com/xmenu/.git/blobdiff_plain/c15958bd964018bc17969fc1d8be5471831de7f3..a2ff706d6f56d45b2a55cf77d2943b2954ce4934:/xmenu.h diff --git a/xmenu.h b/xmenu.h index bf5cb80..909b091 100644 --- a/xmenu.h +++ b/xmenu.h @@ -84,6 +84,7 @@ struct Menu { struct Item *list; /* list of items contained by the menu */ struct Item *selected; /* item currently selected in the menu */ int x, y, w, h; /* menu geometry */ + int hasicon; /* whether the menu has item with icons */ int drawn; /* whether the menu was already drawn */ unsigned level; /* menu level relative to root */ Window win; /* menu window to map on the screen */