From: Richard M. Stallman Date: Thu, 1 Jul 1999 00:24:55 +0000 (+0000) Subject: (x_make_gc): Turn off GCStipple when setting up cursor_gc. X-Git-Tag: emacs-20.4~44 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac1f48a4dc28f2634b482ef7adda0c8919d1a663;p=emacs.git (x_make_gc): Turn off GCStipple when setting up cursor_gc. --- diff --git a/src/xfns.c b/src/xfns.c index e8836c0c515..5a251612922 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -3182,7 +3182,7 @@ x_make_gc (f) 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