]> 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)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:55:22 +0000 (20:55 -0400)
commit8f125f9b93339bbdc0a63112c3d269f0ad300c96
tree015b0470e73c9d1cbf28cf6b3963fb0991c97f64
parent26d5674b65d2c11395d53a7c481e781e6eed988d
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