Bug 622333 - Crash in gdk_window_impl_quartz_begin_paint_region

(cherry picked from commit 093a867e51b383b5c1877415b410cc3c122c72da)
This commit is contained in:
John Ralls
2010-06-26 18:17:30 +02:00
committed by Kristian Rietveld
parent 019ccc686d
commit 98d47b57bf

View File

@ -259,6 +259,9 @@ gdk_window_impl_quartz_begin_paint_region (GdkPaintable *paintable,
gdk_region_get_rectangles (clipped_and_offset_region, &rects, &n_rects);
if (n_rects == 0)
goto done;
if (bg_pixmap == NULL)
{
CGContextRef cg_context;