diff options
author | Owen Taylor <otaylor@redhat.com> | 1998-09-20 13:35:24 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-09-20 13:35:24 +0000 |
commit | b03172656c7a4581c08b3f8c371d3ff286e8bf40 (patch) | |
tree | 7f76f71f0d52c7ebf3ef96e2db2143864b07102d /gdk/gdk.h | |
parent | cc4aa3cd470b1305d1ee3b2d9c11f38e2397ed95 (diff) | |
download | gdk-pixbuf-b03172656c7a4581c08b3f8c371d3ff286e8bf40.tar.gz |
Add names to prototype for gdk_image_new_bitmap.
Fri Sep 18 19:11:10 1998 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.h: Add names to prototype for gdk_image_new_bitmap.
Diffstat (limited to 'gdk/gdk.h')
-rw-r--r-- | gdk/gdk.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -425,10 +425,10 @@ void gdk_bitmap_unref (GdkBitmap *pixmap); /* Images */ -GdkImage* gdk_image_new_bitmap(GdkVisual *, - gpointer, - gint, - gint); +GdkImage* gdk_image_new_bitmap(GdkVisual *visual, + gpointer data, + gint width, + gint height); GdkImage* gdk_image_new (GdkImageType type, GdkVisual *visual, gint width, |