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
This commit is contained in:
Alexander Larsson 2010-01-19 16:37:42 +01:00 committed by Tristan Van Berkom
parent 26d5674b65
commit 8f125f9b93

View File

@ -1851,6 +1851,8 @@ gdk_window_ensure_native (GdkWindow *window)
if (impl_window->input_window)
disabled_extension_events = temporary_disable_extension_events (private);
gdk_window_drop_cairo_surface (private);
screen = gdk_drawable_get_screen (window);
visual = gdk_drawable_get_visual (window);