diff src/menu.h @ 109639:8ee3605b9d8a

Fix changes in revnos 100982..100984 for Windows build. * dired.c (compile_pattern): * syssignal.h (signal_handler_t): Restore declarations. * w32font.c (Qlatin): Remove declaration. * menu.h (xmalloc_widget_value, digest_single_submenu): Declare. * xmenu.c [USE_X_TOOLKIT || USE_GTK]: Don't declare xmalloc_widget_value and digest_single_submenu.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 06 Aug 2010 02:16:24 +0200
parents e16f43875a48
children 9cfca8c9fb07
line wrap: on
line diff
--- a/src/menu.h	Thu Aug 05 17:07:36 2010 -0700
+++ b/src/menu.h	Fri Aug 06 02:16:24 2010 +0200
@@ -32,6 +32,8 @@
 extern void update_submenu_strings (widget_value *);
 extern void find_and_call_menu_selection (FRAME_PTR, int,
                                           Lisp_Object, void *);
+extern widget_value *xmalloc_widget_value (void);
+extern widget_value *digest_single_submenu (int, int, int);
 #endif
 
 #ifdef HAVE_X_WINDOWS