fixed: add a comment for gtk_style_context_set_background()
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 4 Jun 2015 01:02:34 +0000 (18:02 -0700)
committerCosimo Cecchi <cosimoc@gnome.org>
Wed, 1 Jul 2015 23:09:23 +0000 (16:09 -0700)
commit380ebbf76d526897633bc1ea4336180677632245
tree48559b7509b05cb80776f69e5c55266ea1200cfc
parent74f2d9448f24bbfdaf32ae6b328ed3e126700afe
fixed: add a comment for gtk_style_context_set_background()

And wrap it with G_GNUC_IGNORE_DEPRECATIONS.
Unfortunately we can't stop rendering the background altogether here.
Also, gtk_style_context_set_background() should really be called every
time the style is updated. Fix that.
gtk/gtkfixed.c