diff options
| author | Richard M. Stallman | 1995-07-25 20:21:15 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-07-25 20:21:15 +0000 |
| commit | 51057b1fa48a6b116f4a2e79cc910073a4be9f6e (patch) | |
| tree | 96cb888a5b5bdff529e97be3c833c81c8063a472 /src | |
| parent | 2224b90547d14a57ea940acf4e1d908df3a8400a (diff) | |
| download | emacs-51057b1fa48a6b116f4a2e79cc910073a4be9f6e.tar.gz emacs-51057b1fa48a6b116f4a2e79cc910073a4be9f6e.zip | |
(struct x_display): New fields saved_button_event, id.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.h | 9 |
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; |