aboutsummaryrefslogtreecommitdiffstats
path: root/src/xmenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmenu.c')
-rw-r--r--src/xmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index 6c0e3dd78a6..5cc37842da9 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -493,7 +493,7 @@ If FRAME is nil or not given, use the selected frame. */)
493 if (menubar) 493 if (menubar)
494 { 494 {
495 Window child; 495 Window child;
496 int error_p = 0; 496 bool error_p = 0;
497 497
498 x_catch_errors (FRAME_X_DISPLAY (f)); 498 x_catch_errors (FRAME_X_DISPLAY (f));
499 memset (&ev, 0, sizeof ev); 499 memset (&ev, 0, sizeof ev);