This commit is contained in:
John Ralls 2013-05-10 17:25:11 -07:00
parent b75aa67bbe
commit e148be0d32

View File

@ -368,7 +368,7 @@ static gboolean
gdk_window_impl_quartz_begin_paint_region (GdkWindow *window,
const cairo_region_t *region)
{
GdkWindowImplQuartz *impl = GDK_WINDOW_IMPL_QUARTZ (window->imp);
GdkWindowImplQuartz *impl = GDK_WINDOW_IMPL_QUARTZ (window->impl);
cairo_region_t *clipped_and_offset_region;
cairo_t *cr;