emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 bccf635: ; * src/gtkutil.c (xg_check_special_colo


From: Philipp Stephani
Subject: [Emacs-diffs] emacs-26 bccf635: ; * src/gtkutil.c (xg_check_special_colors): Add another GTK+ FIXME.
Date: Fri, 29 Sep 2017 16:47:58 -0400 (EDT)

branch: emacs-26
commit bccf635217b0ba887d95b429f7d5d6903007a7b1
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    ; * src/gtkutil.c (xg_check_special_colors): Add another GTK+ FIXME.
---
 src/gtkutil.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/gtkutil.c b/src/gtkutil.c
index 0da7039..9f05524 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]