changeset 15709:32550876ed0f

(struct x_output): Member saved_button_event replaced by saved_menu_event.
author Karl Heuer <kwzh@gnu.org>
date Tue, 16 Jul 1996 05:59:54 +0000
parents 1fb9ef6e1a9a
children 85d87cd0f655
files src/xterm.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.h	Tue Jul 16 05:45:45 1996 +0000
+++ b/src/xterm.h	Tue Jul 16 05:59:54 1996 +0000
@@ -453,8 +453,8 @@
   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