aboutsummaryrefslogtreecommitdiffstats
path: root/src/xmenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmenu.c')
-rw-r--r--src/xmenu.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index bba202e4504..ca0bcdf7d23 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -94,6 +94,12 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
94#endif /* not USE_X_TOOLKIT */ 94#endif /* not USE_X_TOOLKIT */
95#endif /* HAVE_X_WINDOWS */ 95#endif /* HAVE_X_WINDOWS */
96 96
97#ifdef USE_GTK
98#include "gtkutil.h"
99#endif
100
101#include "menu.h"
102
97#ifndef TRUE 103#ifndef TRUE
98#define TRUE 1 104#define TRUE 1
99#define FALSE 0 105#define FALSE 0
@@ -125,7 +131,6 @@ static void popup_get_selection P_ ((XEvent *, struct x_display_info *,
125#endif /* USE_X_TOOLKIT */ 131#endif /* USE_X_TOOLKIT */
126 132
127#ifdef USE_GTK 133#ifdef USE_GTK
128#include "gtkutil.h"
129extern void set_frame_menubar P_ ((FRAME_PTR, int, int)); 134extern void set_frame_menubar P_ ((FRAME_PTR, int, int));
130static Lisp_Object xdialog_show P_ ((FRAME_PTR, int, Lisp_Object, Lisp_Object, 135static Lisp_Object xdialog_show P_ ((FRAME_PTR, int, Lisp_Object, Lisp_Object,
131 char **)); 136 char **));