aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xfns.c')
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index f847e41855e..abc273c2bdf 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -1700,7 +1700,7 @@ x_set_scroll_bar_default_width (struct frame *f)
1700 int wid = FRAME_COLUMN_WIDTH (f); 1700 int wid = FRAME_COLUMN_WIDTH (f);
1701#ifdef USE_TOOLKIT_SCROLL_BARS 1701#ifdef USE_TOOLKIT_SCROLL_BARS
1702#ifdef USE_GTK 1702#ifdef USE_GTK
1703 int minw = xg_get_default_scrollbar_width (f); 1703 int minw = xg_get_default_scrollbar_width ();
1704#else 1704#else
1705 int minw = 16; 1705 int minw = 16;
1706#endif 1706#endif