summaryrefslogtreecommitdiff
path: root/src/xterm.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-07-25 20:21:15 +0000
committerRichard M. Stallman <rms@gnu.org>1995-07-25 20:21:15 +0000
commit09cd346c78cb3e344257a7000bf1628b22b95af5 (patch)
tree01dbbc399ee334c77a2f95358f437755ef55fc79 /src/xterm.h
parent05b7429433ef729998bc37efed7f7338002f3821 (diff)
downloademacs-09cd346c78cb3e344257a7000bf1628b22b95af5.tar.gz
(struct x_display): New fields saved_button_event, id.
Diffstat (limited to 'src/xterm.h')
-rw-r--r--src/xterm.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 85fed55ec6f..ea7ecac127d 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -466,6 +466,15 @@ struct x_display
/* This is the Emacs structure for the X display this frame is on. */
struct x_display_info *display_info;
+ /* This is a button event that wants to activate the menubar.
+ We save it here until the command loop gets to think about it. */
+ XButtonEvent *saved_button_event;
+
+ /* This is the widget id used for this frame's menubar in lwlib. */
+#ifdef USE_X_TOOLKIT
+ int id;
+#endif
+
/* Nonzero means our parent is another application's window
and was explicitly specified. */
char explicit_parent;