]> Pileus Git - ~andy/gtk/commit
Drop outstanding cairo surfaces when window is made native
authorAlexander Larsson <alexl@redhat.com>
Tue, 19 Jan 2010 15:37:42 +0000 (16:37 +0100)
committerAlexander Larsson <alexl@redhat.com>
Tue, 19 Jan 2010 15:40:59 +0000 (16:40 +0100)
commite31a6d1fea3834b5d0831e6337e6ed0774189d47
tree4fa4ecb9752b61b17e9724d649c648e8574db771
parent46d25437a1f44f76ef37318ad8c70b6591932992
Drop outstanding cairo surfaces when window is made native

Any old cairo_surface referencing the old impl window will be wrong
when we make a window native, so drop it.

This fixes bug #599511
gdk/gdkwindow.c