diff options
| author | Philipp Stephani | 2017-09-29 22:47:33 +0200 |
|---|---|---|
| committer | Philipp Stephani | 2017-09-29 22:47:33 +0200 |
| commit | bccf635217b0ba887d95b429f7d5d6903007a7b1 (patch) | |
| tree | 1ae8f5f2901aa71c1c11b22d5caadfaa5008bff5 /src | |
| parent | 26d58f0c5865c9132e2fc559e061ef704a086d30 (diff) | |
| download | emacs-bccf635217b0ba887d95b429f7d5d6903007a7b1.tar.gz emacs-bccf635217b0ba887d95b429f7d5d6903007a7b1.zip | |
; * src/gtkutil.c (xg_check_special_colors): Add another GTK+ FIXME.
Diffstat (limited to 'src')
| -rw-r--r-- | src/gtkutil.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c index 0da70399193..9f05524738b 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c | |||
| @@ -577,6 +577,10 @@ xg_check_special_colors (struct frame *f, | |||
| 577 | if (get_fg) | 577 | if (get_fg) |
| 578 | gtk_style_context_get_color (gsty, state, &col); | 578 | gtk_style_context_get_color (gsty, state, &col); |
| 579 | else | 579 | else |
| 580 | /* FIXME: gtk_style_context_get_background_color is deprecated | ||
| 581 | in GTK+ 3.16. New versions of GTK+ don’t use the concept of | ||
| 582 | a single background color any more, so we shouldn’t query for | ||
| 583 | it. */ | ||
| 580 | gtk_style_context_get_background_color (gsty, state, &col); | 584 | gtk_style_context_get_background_color (gsty, state, &col); |
| 581 | 585 | ||
| 582 | unsigned short | 586 | unsigned short |