summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/render/box.h b/render/box.h
index 279463346..c411f47e3 100644
--- a/render/box.h
+++ b/render/box.h
@@ -111,9 +111,8 @@ struct plugin_params {
struct box {
box_type type;
struct css_style * style;
- long x, y;
- unsigned long width, height;
- unsigned long min_width, max_width;
+ long x, y, width, height;
+ long min_width, max_width;
char * text;
unsigned int space : 1; /* 1 <=> followed by a space */
unsigned int clone : 1;