Mercurial > emacs
diff src/w32menu.c @ 95735:bc8db28659e5
(digest_single_submenu): Declare extern.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Mon, 09 Jun 2008 23:48:12 +0000 |
| parents | 6488b258c0aa |
| children | cf43f4e3ecc8 |
line wrap: on
line diff
--- a/src/w32menu.c Mon Jun 09 23:43:45 2008 +0000 +++ b/src/w32menu.c Mon Jun 09 23:48:12 2008 +0000 @@ -106,6 +106,7 @@ static int next_menubar_widget_id; extern widget_value *xmalloc_widget_value P_ ((void)); +extern widget_value *digest_single_submenu P_ ((int, int, int)); /* This is set nonzero after the user activates the menu bar, and set to zero again after the menu bars are redisplayed by prepare_menu_bar. @@ -1261,7 +1262,7 @@ complicated than simple yes/no type questions for which we can use the MessageBox function. */ - + static char * button_names [] = { "button1", "button2", "button3", "button4", "button5", "button6", "button7", "button8", "button9", "button10" };
