diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-06-09 23:48:12 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-06-09 23:48:12 +0000 |
commit | f74043f8cf3bf5eda44021a5e9fbacb637b6e77e (patch) | |
tree | 9faf455c900afa958c9907d4b837a7222f074207 /src/w32menu.c | |
parent | 167e04a29c4b4b1cf37e8e0d2d7faa716a72fa2f (diff) | |
download | emacs-f74043f8cf3bf5eda44021a5e9fbacb637b6e77e.tar.gz |
(digest_single_submenu): Declare extern.
Diffstat (limited to 'src/w32menu.c')
-rw-r--r-- | src/w32menu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/w32menu.c b/src/w32menu.c index cb3e8f37082..4de203c9b39 100644 --- a/src/w32menu.c +++ b/src/w32menu.c @@ -106,6 +106,7 @@ void w32_free_menu_strings P_((HWND)); 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 @@ w32_menu_show (f, x, y, for_click, keymaps, title, error) 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" }; |