(struct x_output): Member saved_button_event replaced by
authorKarl Heuer <kwzh@gnu.org>
Tue, 16 Jul 1996 05:59:54 +0000 (05:59 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 16 Jul 1996 05:59:54 +0000 (05:59 +0000)
saved_menu_event.

src/xterm.h

index c9f0aa8..9edca40 100644 (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