diff src/xfns.c @ 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 263aa966f295
children 9a78169e44df
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)
     {