[gtk+] quartz: make it compile



commit 8b917eeaf60424f23e5d6619ba25e449e37b0f3b
Author: Kristian Rietveld <kris gtk org>
Date:   Thu Aug 12 10:57:59 2010 +0200

    quartz: make it compile

 gdk/quartz/gdkwindow-quartz.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/quartz/gdkwindow-quartz.c b/gdk/quartz/gdkwindow-quartz.c
index 6871f95..4be1f5a 100644
--- a/gdk/quartz/gdkwindow-quartz.c
+++ b/gdk/quartz/gdkwindow-quartz.c
@@ -292,7 +292,7 @@ gdk_window_impl_quartz_begin_paint_region (GdkPaintable    *paintable,
         }
 
       gdk_cairo_set_source_pixmap (cr, bg_pixmap, x_offset, y_offset);
-      cairo_set_extend (cairo_get_source (cr), CAIRO_EXTEND_REPEAT);
+      cairo_pattern_set_extend (cairo_get_source (cr), CAIRO_EXTEND_REPEAT);
     }
 
   /* Can use cairo_paint() here, we clipped above */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]