[AD] little patch for gui.c |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Other small thing, but now in `gui.c'.
--
David A. Capello
dacap@xxxxxxxxxx
http://www.davidcapello.com.ar
--- gui.c.old Fri Dec 21 18:15:59 2001
+++ gui.c Fri Dec 21 18:16:17 2001
@@ -1127,7 +1127,7 @@
void (*gui_menu_draw_menu)(int x, int y, int w, int h) = NULL;
-void (*gui_menu_draw_menu_item)(MENU *m, int x, int y, int w, int h, int bar, int sel);
+void (*gui_menu_draw_menu_item)(MENU *m, int x, int y, int w, int h, int bar, int sel) = NULL;