X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=mod_menu%2Fmenu.h;fp=mod_menu%2Fmenu.h;h=38dd1f85dad780c8d2a46bcaa129d28ebe066d95;hb=803afbc1cd633f6c025bcd9537e9b7e9aedadd0d;hp=a79d36a08f0446b7eecf56a986cc97c763e596aa;hpb=8366314611bf30a0f31d25bf5f5023186fa87692;p=ion3.git diff --git a/mod_menu/menu.h b/mod_menu/menu.h index a79d36a..38dd1f8 100644 --- a/mod_menu/menu.h +++ b/mod_menu/menu.h @@ -1,7 +1,7 @@ /* * ion/mod_menu/menu.h * - * Copyright (c) Tuomo Valkonen 1999-2006. + * Copyright (c) Tuomo Valkonen 1999-2007. * * 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 @@ -25,6 +25,7 @@ INTRSTRUCT(WMenuEntry); DECLSTRUCT(WMenuEntry){ char *title; int flags; + GrStyleSpec attr; }; DECLCLASS(WMenu){