aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/window.c b/src/window.c
index 341e3e3dcd2..8736fe13c3b 100644
--- a/src/window.c
+++ b/src/window.c
@@ -7376,9 +7376,7 @@ set_window_scroll_bars (struct window *w, Lisp_Object width,
7376 } 7376 }
7377 } 7377 }
7378 7378
7379#if (defined (HAVE_WINDOW_SYSTEM) \ 7379#if USE_HORIZONTAL_SCROLL_BARS
7380 && ((defined (USE_TOOLKIT_SCROLL_BARS) && !defined (HAVE_NS)) \
7381 || defined (HAVE_NTGUI)))
7382 { 7380 {
7383 int iheight = (NILP (height) ? -1 : (CHECK_NATNUM (height), XINT (height))); 7381 int iheight = (NILP (height) ? -1 : (CHECK_NATNUM (height), XINT (height)));
7384 7382