X-Git-Url: https://git.subgeniuskitty.com/xmenu/.git/blobdiff_plain/ced6b0f73ecb1ddf659e7caedccc14910786e030..675a2008a6c9ad34d199aebdac6447d33a9cb53e:/xmenu.h diff --git a/xmenu.h b/xmenu.h index 2ad68d6..efecca4 100644 --- a/xmenu.h +++ b/xmenu.h @@ -63,6 +63,7 @@ struct Item { struct Item *prev; /* previous item */ struct Item *next; /* next item */ struct Menu *submenu; /* submenu spawned by clicking on item */ + Drawable sel, unsel; /* pixmap for selected and unselected icons */ Imlib_Image icon; };