X-Git-Url: https://git.subgeniuskitty.com/xmenu/.git/blobdiff_plain/a2ff706d6f56d45b2a55cf77d2943b2954ce4934..b1cf3ebd740779e85da89234124f3ff88cea2c1a:/xmenu.h diff --git a/xmenu.h b/xmenu.h index 909b091..7e22107 100644 --- a/xmenu.h +++ b/xmenu.h @@ -64,7 +64,6 @@ struct Item { char *file; /* filename of the icon */ int y; /* item y position relative to menu */ int h; /* item height */ - size_t labellen; /* strlen(label) */ struct Item *prev; /* previous item */ struct Item *next; /* next item */ struct Menu *submenu; /* submenu spawned by clicking on item */ @@ -72,7 +71,7 @@ struct Item { Imlib_Image icon; }; -/* monitor and cursor geometry structure */ +/* monitor geometry structure */ struct Monitor { int x, y, w, h; /* monitor geometry */ };