summaryrefslogtreecommitdiff
path: root/gdk/gdk.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1998-09-20 13:35:24 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-09-20 13:35:24 +0000
commitb03172656c7a4581c08b3f8c371d3ff286e8bf40 (patch)
tree7f76f71f0d52c7ebf3ef96e2db2143864b07102d /gdk/gdk.h
parentcc4aa3cd470b1305d1ee3b2d9c11f38e2397ed95 (diff)
downloadgdk-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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdk/gdk.h b/gdk/gdk.h
index cf4babbcb..e8e29872c 100644
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -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,