From 199eee4b0bc2d825d0b48fda3644e81712a2b892 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 26 Apr 2004 13:47:51 +0000 Subject: [project @ 2004-04-26 13:47:51 by bursa] Fix scaled GIF animations. svn path=/import/netsurf/; revision=805 --- content/content.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/content.h') 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. */ }; -- cgit v1.2.3