s/GdkRegion/cairo_region_t/ in all of gtk

https://bugzilla.gnome.org/show_bug.cgi?id=613284
This commit is contained in:
Benjamin Otte
2010-06-28 14:54:37 +02:00
parent 3e96cfe8fc
commit 300e6b84cd
49 changed files with 325 additions and 335 deletions

View File

@ -50,7 +50,7 @@ struct _GdkWindowImplQuartz
GdkWindowTypeHint type_hint;
GdkRegion *paint_clip_region;
cairo_region_t *paint_clip_region;
gint begin_paint_count;
gint in_paint_rect_count;
@ -59,7 +59,7 @@ struct _GdkWindowImplQuartz
/* Sorted by z-order */
GList *sorted_children;
GdkRegion *needs_display_region;
cairo_region_t *needs_display_region;
};
struct _GdkWindowImplQuartzClass