X-Git-Url: http://git.subgeniuskitty.com/xmenu/.git/blobdiff_plain/15362de42b2b4603f928873aaaf31174381b97a9..3d8536642e0a252737588654a9142962348302d6:/xmenu.h diff --git a/xmenu.h b/xmenu.h index 0f32fac..2405a8b 100644 --- a/xmenu.h +++ b/xmenu.h @@ -77,6 +77,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 drawn; /* whether the menu was already drawn */ unsigned level; /* menu level relative to root */ Window win; /* menu window to map on the screen */ };