diff options
author | Owen Taylor <otaylor@src.gnome.org> | 2000-03-28 01:24:44 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-03-28 01:24:44 +0000 |
commit | 8098546227671a5d082fdf8f4811ee3ffca7f6d8 (patch) | |
tree | d1857c89ee73451cbb04bbf595c0dc8bade55987 /gdk/gdkimage.h | |
parent | 4238d406e928d1afd95ab0c6ae51b6a37f9780ea (diff) | |
download | gtk+-8098546227671a5d082fdf8f4811ee3ffca7f6d8.tar.gz |
Merge no-flicker branch into HEAD
Diffstat (limited to 'gdk/gdkimage.h')
-rw-r--r-- | gdk/gdkimage.h | 4 |
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 */ |