aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c
index c394e882f48..6b9a90f484b 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -554,6 +554,8 @@ x_set_background_color (f, arg, oldval)
554 f->display.x->background_pixel); 554 f->display.x->background_pixel);
555 XSetForeground (x_current_display, f->display.x->reverse_gc, 555 XSetForeground (x_current_display, f->display.x->reverse_gc,
556 f->display.x->background_pixel); 556 f->display.x->background_pixel);
557 XSetForeground (x_current_display, f->display.x->cursor_gc,
558 f->display.x->background_pixel);
557 XSetWindowBackground (x_current_display, FRAME_X_WINDOW (f), 559 XSetWindowBackground (x_current_display, FRAME_X_WINDOW (f),
558 f->display.x->background_pixel); 560 f->display.x->background_pixel);
559 561