Mercurial > emacs
changeset 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 | 05b7a5d25df6 |
children | 1243af8addb5 |
files | src/xterm.h |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.h Tue Jul 25 20:13:23 1995 +0000 +++ b/src/xterm.h Tue Jul 25 20:21:15 1995 +0000 @@ -466,6 +466,15 @@ /* 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;