diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.h | 4 |
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 | |||
| 453 | struct x_display_info *display_info; | 453 | struct x_display_info *display_info; |
| 454 | 454 | ||
| 455 | /* This is a button event that wants to activate the menubar. | 455 | /* This is a button event that wants to activate the menubar. |
| 456 | We save it here until the command loop gets to think about it. */ | 456 | We save it here until the command loop gets to think about it. */ |
| 457 | XButtonEvent *saved_button_event; | 457 | XEvent *saved_menu_event; |
| 458 | 458 | ||
| 459 | /* This is the widget id used for this frame's menubar in lwlib. */ | 459 | /* This is the widget id used for this frame's menubar in lwlib. */ |
| 460 | #ifdef USE_X_TOOLKIT | 460 | #ifdef USE_X_TOOLKIT |