aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-16 22:35:23 +0000
committerRichard M. Stallman1993-05-16 22:35:23 +0000
commitc49cbce2eb04814046716f0921513de41f203e36 (patch)
tree1ab7100cf160e01d94532840c3429bc52065ccfc /src
parent67710a6327039e55cd82dc7c8f740c3c0e8fcaef (diff)
downloademacs-c49cbce2eb04814046716f0921513de41f203e36.tar.gz
emacs-c49cbce2eb04814046716f0921513de41f203e36.zip
(x_set_cursor_color): Set cursor_foreground_pixel.
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 {