# HG changeset patch # User Richard M. Stallman # Date 930788695 0 # Node ID 2c79eecad64d946629118fb137dff7c3c2ce57af # Parent 55fa009810e9df0d318ffa9aeef6f9c811c426d6 (x_make_gc): Turn off GCStipple when setting up cursor_gc. diff -r 55fa009810e9 -r 2c79eecad64d src/xfns.c --- 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