]> Pileus Git - ~andy/gtk/commit
gdk: Don't (un)set the background when destroying a window.
authorBenjamin Otte <otte@redhat.com>
Wed, 29 Sep 2010 10:07:12 +0000 (12:07 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 29 Sep 2010 10:18:17 +0000 (12:18 +0200)
commit1408bd9a37f0444ba968f5198e5ad96f5f2ab5cb
treedcda476ccf9454b91edfb99f63fde4c96ff9fbdf
parent82e6e32c770ac42187dc8a58ebf9ac99b35dfdd4
gdk: Don't (un)set the background when destroying a window.

This previously caused the x11 code to do a XSetWindowBackgroundPixmap
call on a window that was about to be destroyed. And that's not really
useful.

https://bugzilla.gnome.org/show_bug.cgi?id=630864
gdk/gdkwindow.c