aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 43398848084..1d513c806af 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -1935,7 +1935,7 @@ x_window (f, window_prompting, minibuffer_only)
1935 1935
1936 if (FRAME_EXTERNAL_MENU_BAR (f)) 1936 if (FRAME_EXTERNAL_MENU_BAR (f))
1937 { 1937 {
1938 short ibw; 1938 Dimension ibw;
1939 XtVaGetValues (pane_widget, XtNinternalBorderWidth, &ibw, NULL); 1939 XtVaGetValues (pane_widget, XtNinternalBorderWidth, &ibw, NULL);
1940 menubar_size += ibw; 1940 menubar_size += ibw;
1941 } 1941 }