Mercurial > emacs
diff src/xfns.c @ 24905:2c79eecad64d
(x_make_gc): Turn off GCStipple when setting up cursor_gc.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 01 Jul 1999 00:24:55 +0000 |
| parents | c3f9d2a11b05 |
| children | d549b7ac676d |
line wrap: on
line diff
--- a/src/xfns.c Wed Jun 30 16:49:37 1999 +0000 +++ b/src/xfns.c Thu Jul 01 00:24:55 1999 +0000 @@ -3182,7 +3182,7 @@ f->output_data.x->cursor_gc = XCreateGC (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), (GCFont | GCForeground | GCBackground - | GCFillStyle | GCStipple | GCLineWidth), + | GCFillStyle /* | GCStipple */ | GCLineWidth), &gc_values); /* Create the gray border tile used when the pointer is not in
