Work around deprecation of gtk_style_context_get_background_color
commit0fff900c18c3ae497294f26fd42b70990638d3ed
authorPhilipp Stephani <phst@google.com>
Fri, 29 Sep 2017 21:55:57 +0000 (29 23:55 +0200)
committerPhilipp Stephani <phst@google.com>
Tue, 3 Oct 2017 12:58:19 +0000 (3 14:58 +0200)
treea386af2135ef4ac6391b4ef46d2bd5ff246124e3
parentae42ae79f5b045456c49c7fd8a9b6ee8983080bf
Work around deprecation of gtk_style_context_get_background_color

* src/gtkutil.c (xg_check_special_colors): Replace call to
gtk_style_context_get_background_color with its definition.
src/gtkutil.c