]> Pileus Git - ~andy/gtk/commit
gdk: Don't set backgrounds on input-only windows
authorBenjamin Otte <otte@redhat.com>
Wed, 8 Jun 2011 13:46:50 +0000 (15:46 +0200)
committerBenjamin Otte <otte@redhat.com>
Thu, 9 Jun 2011 03:51:53 +0000 (05:51 +0200)
commit2a4c361831f5b3fa986bd4d03b3beabaeffec1d8
tree1cc234affcb70b449e2a92c06b3976750dd0118a
parent4dbeac9275b31a357f81eac09c375f2459bde597
gdk: Don't set backgrounds on input-only windows

It doesn't make sense to allow a background on input-only windows, so
instead of setting it and then never using it, we just don't ever set
it.
gdk/gdkwindow.c