aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index c4763dfb3ec..e9cf5fd6d0e 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -5279,7 +5279,7 @@ x_scroll_bar_expose (bar, event)
5279 5279
5280 x_scroll_bar_set_handle (bar, XINT (bar->start), XINT (bar->end), 1); 5280 x_scroll_bar_set_handle (bar, XINT (bar->start), XINT (bar->end), 1);
5281 5281
5282 /* Switch to scroll bar foreground color. */ 5282 /* Switch to scroll bar foreground color. */
5283 if (f->output_data.x->scroll_bar_foreground_pixel != -1) 5283 if (f->output_data.x->scroll_bar_foreground_pixel != -1)
5284 XSetForeground (FRAME_X_DISPLAY (f), gc, 5284 XSetForeground (FRAME_X_DISPLAY (f), gc,
5285 f->output_data.x->scroll_bar_foreground_pixel); 5285 f->output_data.x->scroll_bar_foreground_pixel);