# HG changeset patch # User Richard M. Stallman # Date 737591723 0 # Node ID b002f2c288d3f8dbd7e1a5da617a9288ede0ee47 # Parent ef56e3f6781c39fc3043a687b9b2db4907aee39a (x_set_cursor_color): Set cursor_foreground_pixel. diff -r ef56e3f6781c -r b002f2c288d3 src/xfns.c --- 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) {