]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_make_gc): Turn off GCStipple when setting up cursor_gc.
authorRichard M. Stallman <rms@gnu.org>
Thu, 1 Jul 1999 00:24:55 +0000 (00:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 1 Jul 1999 00:24:55 +0000 (00:24 +0000)
src/xfns.c

index e8836c0c515d03d83f1daeffaa4606b719c7f152..5a251612922c0ab307da823e17d91c218e4d1053 100644 (file)
@@ -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