diff options
author | Owen Taylor <otaylor@src.gnome.org> | 2000-03-14 19:57:25 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-03-14 19:57:25 +0000 |
commit | 10ba4fd066042b4335ae45e7560565872f71ba9b (patch) | |
tree | 17f68ffb0d402b6e66bb891d4a7d9a02a9b6108b /gdk/gdkgc.h | |
parent | 3f98a849c70ae570b78095cef0152a33ec07c64e (diff) | |
download | gtk+-10ba4fd066042b4335ae45e7560565872f71ba9b.tar.gz |
Merges from gtk-1-2
Diffstat (limited to 'gdk/gdkgc.h')
-rw-r--r-- | gdk/gdkgc.h | 2 |
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); |