summaryrefslogtreecommitdiff
path: root/gdk/gdkgc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdk/gdkgc.h')
-rw-r--r--gdk/gdkgc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdk/gdkgc.h b/gdk/gdkgc.h
index b18c7fffb..e55a41e0e 100644
--- a/gdk/gdkgc.h
+++ b/gdk/gdkgc.h
@@ -237,6 +237,9 @@ void gdk_gc_set_dashes (GdkGC *gc,
gint dash_offset,
gint8 dash_list[],
gint n);
+void gdk_gc_offset (GdkGC *gc,
+ gint x_offset,
+ gint y_offset);
void gdk_gc_copy (GdkGC *dst_gc,
GdkGC *src_gc);