]> code.delx.au - gnu-emacs/commitdiff
(x_set_cursor_color): Set cursor_foreground_pixel.
authorRichard M. Stallman <rms@gnu.org>
Sun, 16 May 1993 22:35:23 +0000 (22:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 16 May 1993 22:35:23 +0000 (22:35 +0000)
src/xfns.c

index 0ace204ec662bdf300e6b0ce1e14d4ce374d45f0..9b9ecab6f3c6ff2f3c79ca2f61a54e886f962271 100644 (file)
@@ -647,6 +647,7 @@ x_set_cursor_color (f, arg, oldval)
       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)
     {