changeset 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 55fa009810e9
children 01882044b37a
files src/xfns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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