mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 12:40:49 -08:00
(struct x_output): Member saved_button_event replaced by
saved_menu_event.
This commit is contained in:
parent
12c4b40485
commit
ff0113e73a
1 changed files with 2 additions and 2 deletions
|
|
@ -453,8 +453,8 @@ struct x_output
|
|||
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;
|
||||
We save it here until the command loop gets to think about it. */
|
||||
XEvent *saved_menu_event;
|
||||
|
||||
/* This is the widget id used for this frame's menubar in lwlib. */
|
||||
#ifdef USE_X_TOOLKIT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue