From 8b78a7803d393c9a1fb8b76deab79cdb5ad480d8 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 21 May 2004 14:26:59 +0000 Subject: [project @ 2004-05-21 14:26:59 by bursa] Improved handling of objects and frames; some work on malloc() failure in box conversion. svn path=/import/netsurf/; revision=880 --- content/content.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/content.h') diff --git a/content/content.h b/content/content.h index d3555f9ad..57094ceb8 100644 --- a/content/content.h +++ b/content/content.h @@ -116,8 +116,8 @@ struct content { CONTENT_STATUS_DONE /**< All finished. */ } status; /**< Current status. */ - unsigned long width, height; /**< Dimensions, if applicable. */ - unsigned long available_width; /**< Available width (eg window width). */ + int width, height; /**< Dimensions, if applicable. */ + int available_width; /**< Available width (eg window width). */ /** Data dependent on type. */ union { -- cgit v1.2.3