aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.h
diff options
context:
space:
mode:
authorJan Djärv <[email protected]>2004-11-13 23:29:11 +0000
committerJan Djärv <[email protected]>2004-11-13 23:29:11 +0000
commitb393528900a561200b14bd3c75d63f3bca1992ef (patch)
treed08ca88c87ee35c65a7f4a66771f9c9b933494c3 /src/xterm.h
parentcd2531db72eaf9b3a704bda141f9ced898040ce2 (diff)
* xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.
Record unwind with clean_up_file_dialog. * xterm.h: Declare x_menu_in_use, x_menu_set_in_use, x_menu_wait_for_event. * xmenu.c (x_menu_in_use, x_menu_set_in_use): New functions.
Diffstat (limited to 'src/xterm.h')
-rw-r--r--src/xterm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 5dd3ecfdef..0738f84756 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -1069,6 +1069,9 @@ extern void x_free_dpy_colors P_ ((Display *, Screen *, Colormap,
/* Defined in xmenu.c */
+extern int x_menu_in_use P_ ((void));
+extern void x_menu_set_in_use P_ ((int));
+extern void x_menu_wait_for_event P_ ((void *data));
extern void x_activate_menubar P_ ((struct frame *));
extern int popup_activated P_ ((void));
extern void initialize_frame_menubar P_ ((struct frame *));