aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index dc6f33112c5..58fba8c3225 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -2057,7 +2057,7 @@ struct pop_down_menu
2057static void 2057static void
2058pop_down_menu (void *arg) 2058pop_down_menu (void *arg)
2059{ 2059{
2060 union pop_down_menu *data = arg; 2060 struct pop_down_menu *data = arg;
2061 struct frame *f = data->frame; 2061 struct frame *f = data->frame;
2062 XMenu *menu = data->menu; 2062 XMenu *menu = data->menu;
2063 2063