1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

; * src/gtkutil.c (xg_check_special_colors): Add another GTK+ FIXME.

This commit is contained in:
Philipp Stephani 2017-09-29 22:47:33 +02:00
parent 26d58f0c58
commit bccf635217

View File

@ -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+ dont use the concept of
a single background color any more, so we shouldnt query for
it. */
gtk_style_context_get_background_color (gsty, state, &col);
unsigned short