Mercurial > emacs
changeset 4359:7aae955c725b
* xfns.c (x_set_background_color): Change the foreground color of
the cursor, too.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Fri, 30 Jul 1993 23:12:25 +0000 |
parents | 74004fb63311 |
children | ea004f01b2d8 |
files | src/xfns.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Fri Jul 30 22:48:30 1993 +0000 +++ b/src/xfns.c Fri Jul 30 23:12:25 1993 +0000 @@ -554,6 +554,8 @@ 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);