From: Jim Blandy Date: Fri, 30 Jul 1993 23:12:25 +0000 (+0000) Subject: * xfns.c (x_set_background_color): Change the foreground color of X-Git-Tag: emacs-19.34~11492 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7b3de0eaf95386b61b252bf7a15533df90cc258f;p=emacs.git * xfns.c (x_set_background_color): Change the foreground color of the cursor, too. --- diff --git a/src/xfns.c b/src/xfns.c index c394e882f48..6b9a90f484b 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -554,6 +554,8 @@ x_set_background_color (f, arg, oldval) f->display.x->background_pixel); XSetForeground (x_current_display, f->display.x->reverse_gc, f->display.x->background_pixel); + XSetForeground (x_current_display, f->display.x->cursor_gc, + f->display.x->background_pixel); XSetWindowBackground (x_current_display, FRAME_X_WINDOW (f), f->display.x->background_pixel);