[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/xmenu.c,v
From: |
Andreas Schwab |
Subject: |
[Emacs-diffs] Changes to emacs/src/xmenu.c,v |
Date: |
Fri, 11 Jul 2008 11:20:23 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Andreas Schwab <schwab> 08/07/11 11:20:22
Index: xmenu.c
===================================================================
RCS file: /sources/emacs/emacs/src/xmenu.c,v
retrieving revision 1.331
retrieving revision 1.332
diff -u -b -r1.331 -r1.332
--- xmenu.c 9 Jun 2008 23:04:43 -0000 1.331
+++ xmenu.c 11 Jul 2008 11:20:21 -0000 1.332
@@ -94,6 +94,12 @@
#endif /* not USE_X_TOOLKIT */
#endif /* HAVE_X_WINDOWS */
+#ifdef USE_GTK
+#include "gtkutil.h"
+#endif
+
+#include "menu.h"
+
#ifndef TRUE
#define TRUE 1
#define FALSE 0
@@ -125,7 +131,6 @@
#endif /* USE_X_TOOLKIT */
#ifdef USE_GTK
-#include "gtkutil.h"
extern void set_frame_menubar P_ ((FRAME_PTR, int, int));
static Lisp_Object xdialog_show P_ ((FRAME_PTR, int, Lisp_Object, Lisp_Object,
char **));
- [Emacs-diffs] Changes to emacs/src/xmenu.c,v,
Andreas Schwab <=