changeset 2842:b002f2c288d3

(x_set_cursor_color): Set cursor_foreground_pixel.
author Richard M. Stallman <rms@gnu.org>
date Sun, 16 May 1993 22:35:23 +0000
parents ef56e3f6781c
children cd90d49526ae
files src/xfns.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfns.c	Sun May 16 22:34:42 1993 +0000
+++ b/src/xfns.c	Sun May 16 22:35:23 1993 +0000
@@ -647,6 +647,7 @@
       if (f->display.x->cursor_pixel == fore_pixel)
 	fore_pixel = f->display.x->background_pixel;
     }
+  f->display.x->cursor_foreground_pixel = fore_pixel;
 
   if (FRAME_X_WINDOW (f) != 0)
     {