1
Fork 0
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:
Karl Heuer 1996-07-16 05:59:54 +00:00
parent 12c4b40485
commit ff0113e73a

View file

@ -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