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
7b3de0ea
Commit
7b3de0ea
authored
Jul 30, 1993
by
Jim Blandy
Browse files
* xfns.c (x_set_background_color): Change the foreground color of
the cursor, too.
parent
f5ff08b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/xfns.c
src/xfns.c
+2
-0
No files found.
src/xfns.c
View file @
7b3de0ea
...
...
@@ -554,6 +554,8 @@ x_set_background_color (f, arg, oldval)
f
->
display
.
x
->
background_pixel
);
XSetForeground
(
x_current_display
,
f
->
display
.
x
->
reverse_gc
,
f
->
display
.
x
->
background_pixel
);
XSetForeground
(
x_current_display
,
f
->
display
.
x
->
cursor_gc
,
f
->
display
.
x
->
background_pixel
);
XSetWindowBackground
(
x_current_display
,
FRAME_X_WINDOW
(
f
),
f
->
display
.
x
->
background_pixel
);
...
...
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