comparison src/xterm.h @ 12658:dd26c4fb9999

(struct x_display): New fields saved_button_event, id.
author Richard M. Stallman <rms@gnu.org>
date Tue, 25 Jul 1995 20:21:15 +0000
parents 81d9cb6268b8
children 47630952226e
comparison
equal deleted inserted replaced
12657:05b7a5d25df6 12658:dd26c4fb9999
464 int size_hint_flags; 464 int size_hint_flags;
465 465
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;
472 481
473 /* Nonzero means tried already to make this frame visible. */ 482 /* Nonzero means tried already to make this frame visible. */