Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ac1f48a4
Commit
ac1f48a4
authored
Jul 01, 1999
by
Richard M. Stallman
Browse files
(x_make_gc): Turn off GCStipple when setting up cursor_gc.
parent
8598a0f1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xfns.c
src/xfns.c
+1
-1
No files found.
src/xfns.c
View file @
ac1f48a4
...
@@ -3182,7 +3182,7 @@ x_make_gc (f)
...
@@ -3182,7 +3182,7 @@ x_make_gc (f)
f->output_data.x->cursor_gc
f->output_data.x->cursor_gc
= XCreateGC (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
= XCreateGC (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
(GCFont | GCForeground | GCBackground
(GCFont | GCForeground | GCBackground
|
GCFillStyle
|
GCStipple
|
GCLineWidth
),
| GCFillStyle
/*
| GCStipple
*/
| GCLineWidth),
&gc_values);
&gc_values);
/* Create the gray border tile used when the pointer is not in
/* Create the gray border tile used when the pointer is not in
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment