summaryrefslogtreecommitdiff
path: root/gdk/gdkgc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdk/gdkgc.h')
-rw-r--r--gdk/gdkgc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkgc.h b/gdk/gdkgc.h
index 779735c06d..70be9875b3 100644
--- a/gdk/gdkgc.h
+++ b/gdk/gdkgc.h
@@ -257,9 +257,9 @@ void gdk_gc_set_clip_origin (GdkGC *gc,
void gdk_gc_set_clip_mask (GdkGC *gc,
GdkBitmap *mask);
void gdk_gc_set_clip_rectangle (GdkGC *gc,
- GdkRectangle *rectangle);
+ const GdkRectangle *rectangle);
void gdk_gc_set_clip_region (GdkGC *gc,
- GdkRegion *region);
+ const GdkRegion *region);
void gdk_gc_set_subwindow (GdkGC *gc,
GdkSubwindowMode mode);
void gdk_gc_set_exposures (GdkGC *gc,