aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1994-06-21 01:06:13 +0000
committerKarl Heuer <[email protected]>1994-06-21 01:06:13 +0000
commit8d45a19e51d0aee0a0550ed1facaabaeb13954fe (patch)
tree45191c9e0a0c62e0ae3e923573cc2fba4aea5f0e
parentec5c4af4d2eee1648110d7d9bd8fd8b9620db5df (diff)
Fix previous change: use Dimension, not short.
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 4339884808..1d513c806a 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -1935,7 +1935,7 @@ x_window (f, window_prompting, minibuffer_only)
if (FRAME_EXTERNAL_MENU_BAR (f))
{
- short ibw;
+ Dimension ibw;
XtVaGetValues (pane_widget, XtNinternalBorderWidth, &ibw, NULL);
menubar_size += ibw;
}