X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fmenu.h;h=daee0d78d871520bc6dcf4dc4ba2cbf13cb0eda6;hb=14813cefff1cc036bf217346188c168429b52e81;hp=39f064a61e74931daa291cd20bbb92fc8db51e51;hpb=871d5f9b9cba5125dc65e52d6352730b9b650ba7;p=flatwaifu.git diff --git a/src/menu.h b/src/menu.h index 39f064a..daee0d7 100644 --- a/src/menu.h +++ b/src/menu.h @@ -72,8 +72,7 @@ typedef union menu_msg_t { typedef struct menu_t menu_t; struct menu_t { - void *data; - int (*handler)(menu_msg_t *msg, const menu_t *m, void *data, int i); + int (*handler)(menu_msg_t *msg, const menu_t *m, int i); }; typedef struct simple_menu_t {