summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-07-16 05:59:54 +0000
committerKarl Heuer <kwzh@gnu.org>1996-07-16 05:59:54 +0000
commitaa0bb8a6628edf9458ff05c3a4b7032e7f630fd4 (patch)
tree62120628d1f3e0729c9500ee567d6604d46861f7
parentc9ffa990fbb91621edb81115dae97320c9976f01 (diff)
downloademacs-aa0bb8a6628edf9458ff05c3a4b7032e7f630fd4.tar.gz
(struct x_output): Member saved_button_event replaced by
saved_menu_event.
-rw-r--r--src/xterm.h4
1 files changed, 2 insertions, 2 deletions
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