Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bccf6352
Commit
bccf6352
authored
Sep 29, 2017
by
Philipp Stephani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
; * src/gtkutil.c (xg_check_special_colors): Add another GTK+ FIXME.
parent
26d58f0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/gtkutil.c
src/gtkutil.c
+4
-0
No files found.
src/gtkutil.c
View file @
bccf6352
...
...
@@ -577,6 +577,10 @@ xg_check_special_colors (struct frame *f,
if
(
get_fg
)
gtk_style_context_get_color
(
gsty
,
state
,
&
col
);
else
/* FIXME: gtk_style_context_get_background_color is deprecated
in GTK+ 3.16. New versions of GTK+ don’t use the concept of
a single background color any more, so we shouldn’t query for
it. */
gtk_style_context_get_background_color
(
gsty
,
state
,
&
col
);
unsigned
short
...
...
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