Mercurial > emacs
changeset 97204:ba4a6844b73c
Revert last change.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 01 Aug 2008 15:44:26 +0000 |
parents | 88323368bc2c |
children | 69be58201e63 |
files | src/xmenu.c |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xmenu.c Fri Aug 01 15:44:18 2008 +0000 +++ b/src/xmenu.c Fri Aug 01 15:44:26 2008 +0000 @@ -146,6 +146,12 @@ static int next_menubar_widget_id; +/* For NS and NTGUI, these prototypes are defined in keyboard.h. */ +#if defined (USE_X_TOOLKIT) || defined (USE_GTK) +extern widget_value *xmalloc_widget_value P_ ((void)); +extern widget_value *digest_single_submenu P_ ((int, int, int)); +#endif + /* 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. While it is nonzero, all calls to set_frame_menubar go deep.