aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 0ace204ec66..9b9ecab6f3c 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -647,6 +647,7 @@ x_set_cursor_color (f, arg, oldval)
647 if (f->display.x->cursor_pixel == fore_pixel) 647 if (f->display.x->cursor_pixel == fore_pixel)
648 fore_pixel = f->display.x->background_pixel; 648 fore_pixel = f->display.x->background_pixel;
649 } 649 }
650 f->display.x->cursor_foreground_pixel = fore_pixel;
650 651
651 if (FRAME_X_WINDOW (f) != 0) 652 if (FRAME_X_WINDOW (f) != 0)
652 { 653 {