aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu.c
diff options
context:
space:
mode:
authorAndreas Schwab2008-07-11 11:20:21 +0000
committerAndreas Schwab2008-07-11 11:20:21 +0000
commite7c9048f9d548c4dd01853692dfec74d514b5820 (patch)
treeee1c147b306f435e37a72f775e8db756c2c33ce6 /src/menu.c
parent38aaf336a128d023147f798fc52c16d9797ff693 (diff)
downloademacs-e7c9048f9d548c4dd01853692dfec74d514b5820.tar.gz
emacs-e7c9048f9d548c4dd01853692dfec74d514b5820.zip
* menu.h: New file.
* menu.c: Include it. * xmenu.c: Likewise. * Makefile.in: Update dependencies.
Diffstat (limited to 'src/menu.c')
-rw-r--r--src/menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/menu.c b/src/menu.c
index 52c721891f7..e8bc8de1bfc 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -47,6 +47,7 @@ extern AppendMenuW_Proc unicode_append_menu;
47 47
48#endif /* HAVE_NTGUI */ 48#endif /* HAVE_NTGUI */
49 49
50#include "menu.h"
50 51
51/* Define HAVE_BOXES if menus can handle radio and toggle buttons. */ 52/* Define HAVE_BOXES if menus can handle radio and toggle buttons. */
52#if defined (USE_X_TOOLKIT) || defined (USE_GTK) || defined (HAVE_NTGUI) 53#if defined (USE_X_TOOLKIT) || defined (USE_GTK) || defined (HAVE_NTGUI)