summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-05-21 14:26:59 +0000
committerJames Bursa <james@netsurf-browser.org>2004-05-21 14:26:59 +0000
commit8b78a7803d393c9a1fb8b76deab79cdb5ad480d8 (patch)
tree3316cf7e53f98ce01230ddfe6e9b56ea3f056cdb /content/content.h
parentc2ebb7e4dee50b21c741cac6b3baf51a2504e575 (diff)
downloadnetsurf-8b78a7803d393c9a1fb8b76deab79cdb5ad480d8.tar.gz
netsurf-8b78a7803d393c9a1fb8b76deab79cdb5ad480d8.tar.bz2
[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
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h4
1 files changed, 2 insertions, 2 deletions
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 {