diff options
| author | Richard M. Stallman | 1999-07-01 00:24:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1999-07-01 00:24:55 +0000 |
| commit | ac1f48a4dc28f2634b482ef7adda0c8919d1a663 (patch) | |
| tree | 8d155a8381914d3412e7c26c0e6ccd27696c26b6 /src | |
| parent | 8598a0f1f4fac37f81799439173b7f7a67825ed8 (diff) | |
| download | emacs-ac1f48a4dc28f2634b482ef7adda0c8919d1a663.tar.gz emacs-ac1f48a4dc28f2634b482ef7adda0c8919d1a663.zip | |
(x_make_gc): Turn off GCStipple when setting up cursor_gc.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 3182 | f->output_data.x->cursor_gc | 3182 | f->output_data.x->cursor_gc |
| 3183 | = XCreateGC (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), | 3183 | = XCreateGC (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), |
| 3184 | (GCFont | GCForeground | GCBackground | 3184 | (GCFont | GCForeground | GCBackground |
| 3185 | | GCFillStyle | GCStipple | GCLineWidth), | 3185 | | GCFillStyle /* | GCStipple */ | GCLineWidth), |
| 3186 | &gc_values); | 3186 | &gc_values); |
| 3187 | 3187 | ||
| 3188 | /* Create the gray border tile used when the pointer is not in | 3188 | /* Create the gray border tile used when the pointer is not in |