summaryrefslogtreecommitdiff
path: root/gdk/gdk.h
diff options
context:
space:
mode:
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 cf4babbcb7..e8e29872c3 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,