summaryrefslogtreecommitdiff
path: root/gdk/gdkgc.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2000-03-14 19:57:25 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-03-14 19:57:25 +0000
commit10ba4fd066042b4335ae45e7560565872f71ba9b (patch)
tree17f68ffb0d402b6e66bb891d4a7d9a02a9b6108b /gdk/gdkgc.h
parent3f98a849c70ae570b78095cef0152a33ec07c64e (diff)
downloadgtk+-10ba4fd066042b4335ae45e7560565872f71ba9b.tar.gz
Merges from gtk-1-2
Diffstat (limited to 'gdk/gdkgc.h')
-rw-r--r--gdk/gdkgc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkgc.h b/gdk/gdkgc.h
index 0fe9deb2f3..072ddfe74e 100644
--- a/gdk/gdkgc.h
+++ b/gdk/gdkgc.h
@@ -219,7 +219,7 @@ void gdk_gc_set_line_attributes (GdkGC *gc,
GdkJoinStyle join_style);
void gdk_gc_set_dashes (GdkGC *gc,
gint dash_offset,
- gchar dash_list[],
+ gint8 dash_list[],
gint n);
void gdk_gc_copy (GdkGC *dst_gc,
GdkGC *src_gc);