# HG changeset patch # User Gerd Moellmann # Date 983452318 0 # Node ID e27c08c33d556875ed99df25ff8cbbf342d8fc68 # Parent 924d76b7ad8e8ce3616b5f88e87c99313f847464 (x_set_foreground_color): Set the background of the cursor GC. diff -r 924d76b7ad8e -r e27c08c33d55 src/xfns.c --- a/src/xfns.c Thu Mar 01 12:57:24 2001 +0000 +++ b/src/xfns.c Thu Mar 01 13:11:58 2001 +0000 @@ -1350,6 +1350,8 @@ f->output_data.x->foreground_pixel); XSetBackground (FRAME_X_DISPLAY (f), f->output_data.x->reverse_gc, f->output_data.x->foreground_pixel); + XSetBackground (FRAME_X_DISPLAY (f), f->output_data.x->cursor_gc, + f->output_data.x->foreground_pixel); UNBLOCK_INPUT; update_face_from_frame_parameter (f, Qforeground_color, arg); if (FRAME_VISIBLE_P (f))