summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-04-26 13:47:51 +0000
committerJames Bursa <james@netsurf-browser.org>2004-04-26 13:47:51 +0000
commit199eee4b0bc2d825d0b48fda3644e81712a2b892 (patch)
treea04d46eee99bdc1a88bc0d176f4d81e863389549 /content/content.h
parent330a3bb64c58ff12d8ac7d08de74f3064c670a75 (diff)
downloadnetsurf-199eee4b0bc2d825d0b48fda3644e81712a2b892.tar.gz
netsurf-199eee4b0bc2d825d0b48fda3644e81712a2b892.tar.bz2
[project @ 2004-04-26 13:47:51 by bursa]
Fix scaled GIF animations. svn path=/import/netsurf/; revision=805
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content.h b/content/content.h
index ff7742868..b005da848 100644
--- a/content/content.h
+++ b/content/content.h
@@ -85,6 +85,8 @@ union content_msg_data {
struct content *object;
/** Coordinates to plot object at. */
int object_x, object_y;
+ /** Dimensions to plot object with. */
+ int object_width, object_height;
} redraw;
char *auth_realm; /**< Realm, for CONTENT_MSG_AUTH. */
};