aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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
466 /* This is the Emacs structure for the X display this frame is on. */ 466 /* This is the Emacs structure for the X display this frame is on. */
467 struct x_display_info *display_info; 467 struct x_display_info *display_info;
468 468
469 /* This is a button event that wants to activate the menubar.
470 We save it here until the command loop gets to think about it. */
471 XButtonEvent *saved_button_event;
472
473 /* This is the widget id used for this frame's menubar in lwlib. */
474#ifdef USE_X_TOOLKIT
475 int id;
476#endif
477
469 /* Nonzero means our parent is another application's window 478 /* Nonzero means our parent is another application's window
470 and was explicitly specified. */ 479 and was explicitly specified. */
471 char explicit_parent; 480 char explicit_parent;