window: don't override background every style_updated()
authorCosimo Cecchi <cosimoc@gnome.org>
Wed, 1 Jul 2015 21:01:07 +0000 (14:01 -0700)
committerCosimo Cecchi <cosimoc@gnome.org>
Wed, 1 Jul 2015 23:09:23 +0000 (16:09 -0700)
commite67b4874eb5192be62f46240f96bf94a22c562db
tree9d8b08c71834e5d1d4cd3ad8118c6c718dfbd42b
parenta1e80d99d23866772f3cb59ed091696cdf497132
window: don't override background every style_updated()

This queues an unnecessary resize on the toplevel, and is not needed
anymore, now that GtkWidget does not call
gtk_style_context_set_background() on the window's GdkWindow anymore.
gtk/gtkwindow.c