summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkgc-x11.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-06-28 14:54:37 +0200
committerBenjamin Otte <otte@redhat.com>2010-06-29 16:06:38 +0200
commit300e6b84cd0c36873005dd877e3039870d43741b (patch)
treece3377c85df7e9406fed8ae9f0b3be597e43f4cf /gdk/x11/gdkgc-x11.c
parent3e96cfe8fcfeedabc09b2a8b3aa87007a3b5a2a0 (diff)
downloadgtk+-300e6b84cd0c36873005dd877e3039870d43741b.tar.gz
s/GdkRegion/cairo_region_t/ in all of gtk
https://bugzilla.gnome.org/show_bug.cgi?id=613284
Diffstat (limited to 'gdk/x11/gdkgc-x11.c')
-rw-r--r--gdk/x11/gdkgc-x11.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/x11/gdkgc-x11.c b/gdk/x11/gdkgc-x11.c
index b0d25782db..8676d7cc87 100644
--- a/gdk/x11/gdkgc-x11.c
+++ b/gdk/x11/gdkgc-x11.c
@@ -154,7 +154,7 @@ _gdk_x11_gc_flush (GdkGC *gc)
if (private->dirty_mask & GDK_GC_DIRTY_CLIP)
{
- GdkRegion *clip_region = _gdk_gc_get_clip_region (gc);
+ cairo_region_t *clip_region = _gdk_gc_get_clip_region (gc);
if (!clip_region)
XSetClipOrigin (xdisplay, xgc,
@@ -600,7 +600,7 @@ gdk_x11_gc_values_to_xvalues (GdkGCValues *values,
void
_gdk_windowing_gc_set_clip_region (GdkGC *gc,
- const GdkRegion *region,
+ const cairo_region_t *region,
gboolean reset_origin)
{
GdkGCX11 *x11_gc = GDK_GC_X11 (gc);