aboutsummaryrefslogtreecommitdiffstats
path: root/src/xmenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmenu.c')
-rw-r--r--src/xmenu.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index b1f7dfb26bc..6e84b845a46 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -111,7 +111,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
111#define FALSE 0 111#define FALSE 0
112#endif /* no TRUE */ 112#endif /* no TRUE */
113 113
114Lisp_Object Qdebug_on_next_call; 114static Lisp_Object Qdebug_on_next_call;
115 115
116#if defined (USE_X_TOOLKIT) || defined (USE_GTK) 116#if defined (USE_X_TOOLKIT) || defined (USE_GTK)
117static Lisp_Object xdialog_show (FRAME_PTR, int, Lisp_Object, Lisp_Object, 117static Lisp_Object xdialog_show (FRAME_PTR, int, Lisp_Object, Lisp_Object,
@@ -365,6 +365,9 @@ x_menu_set_in_use (int in_use)
365 365
366/* Wait for an X event to arrive or for a timer to expire. */ 366/* Wait for an X event to arrive or for a timer to expire. */
367 367
368#ifndef USE_MOTIF
369static
370#endif
368void 371void
369x_menu_wait_for_event (void *data) 372x_menu_wait_for_event (void *data)
370{ 373{