aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xmenu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index dd4880aaa4c..01f4c56acf1 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -1419,6 +1419,7 @@ find_and_call_menu_selection (f, menu_bar_items_used, vector, client_data)
1419 int j; 1419 int j;
1420 struct input_event buf; 1420 struct input_event buf;
1421 Lisp_Object frame; 1421 Lisp_Object frame;
1422 EVENT_INIT (buf);
1422 1423
1423 XSETFRAME (frame, f); 1424 XSETFRAME (frame, f);
1424 buf.kind = MENU_BAR_EVENT; 1425 buf.kind = MENU_BAR_EVENT;