From: Karl Heuer Date: Tue, 16 Jul 1996 05:59:54 +0000 (+0000) Subject: (struct x_output): Member saved_button_event replaced by X-Git-Tag: emacs-19.34~153 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ff0113e73adc7640f88d6086ecb8afdd08fe9efa;p=emacs.git (struct x_output): Member saved_button_event replaced by saved_menu_event. --- diff --git a/src/xterm.h b/src/xterm.h index c9f0aa8d37a..9edca4025e4 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -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