summaryrefslogtreecommitdiff
path: root/gdk/gdkimage.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2000-03-28 01:24:44 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-03-28 01:24:44 +0000
commit8098546227671a5d082fdf8f4811ee3ffca7f6d8 (patch)
treed1857c89ee73451cbb04bbf595c0dc8bade55987 /gdk/gdkimage.h
parent4238d406e928d1afd95ab0c6ae51b6a37f9780ea (diff)
downloadgtk+-8098546227671a5d082fdf8f4811ee3ffca7f6d8.tar.gz
Merge no-flicker branch into HEAD
Diffstat (limited to 'gdk/gdkimage.h')
-rw-r--r--gdk/gdkimage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkimage.h b/gdk/gdkimage.h
index 48cf507b51..1dc8a880cd 100644
--- a/gdk/gdkimage.h
+++ b/gdk/gdkimage.h
@@ -34,8 +34,8 @@ struct _GdkImage
GdkImageType type;
GdkVisual *visual; /* visual used to create the image */
GdkByteOrder byte_order;
- guint16 width;
- guint16 height;
+ gint width;
+ gint height;
guint16 depth;
guint16 bpp; /* bytes per pixel */
guint16 bpl; /* bytes per line */