X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=mod_menu%2Fmenu.h;h=fe6470fb91f4ea6581f3d247a4d06afa216bddb8;hb=bab1a29cb81b48fe5f1f79349db31363e52143c1;hp=a79d36a08f0446b7eecf56a986cc97c763e596aa;hpb=8366314611bf30a0f31d25bf5f5023186fa87692;p=ion3.git diff --git a/mod_menu/menu.h b/mod_menu/menu.h index a79d36a..fe6470f 100644 --- a/mod_menu/menu.h +++ b/mod_menu/menu.h @@ -1,12 +1,9 @@ /* * ion/mod_menu/menu.h * - * Copyright (c) Tuomo Valkonen 1999-2006. + * Copyright (c) Tuomo Valkonen 1999-2009. * - * Ion is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1 of the License, or - * (at your option) any later version. + * See the included file LICENSE for details. */ #ifndef ION_MOD_MENU_MENU_H @@ -16,6 +13,7 @@ #include #include #include +#include INTRCLASS(WMenu); INTRSTRUCT(WMenuEntry); @@ -25,6 +23,7 @@ INTRSTRUCT(WMenuEntry); DECLSTRUCT(WMenuEntry){ char *title; int flags; + GrStyleSpec attr; }; DECLCLASS(WMenu){ @@ -49,6 +48,8 @@ DECLCLASS(WMenu){ char *typeahead; uint gm_kcb, gm_state; + + /*WBindmap *cycle_bindmap;*/ };