[gtk+/gtk-2-22] Bug 622333 - Crash in gdk_window_impl_quartz_begin_paint_region
- From: Kristian Rietveld <kristian src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2-22] Bug 622333 - Crash in gdk_window_impl_quartz_begin_paint_region
- Date: Sun, 27 Jun 2010 08:49:03 +0000 (UTC)
commit 093a867e51b383b5c1877415b410cc3c122c72da
Author: John Ralls <jralls ceridwen us>
Date: Sat Jun 26 18:17:30 2010 +0200
Bug 622333 - Crash in gdk_window_impl_quartz_begin_paint_region
gdk/quartz/gdkwindow-quartz.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gdk/quartz/gdkwindow-quartz.c b/gdk/quartz/gdkwindow-quartz.c
index 2fec665..a1424ce 100644
--- a/gdk/quartz/gdkwindow-quartz.c
+++ b/gdk/quartz/gdkwindow-quartz.c
@@ -252,6 +252,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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]