summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
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 {