summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/box.h b/render/box.h
index d807e430c..0b1831c6f 100644
--- a/render/box.h
+++ b/render/box.h
@@ -212,6 +212,6 @@ struct box * box_create(struct css_style * style,
void box_add_child(struct box * parent, struct box * child);
void box_insert_sibling(struct box *box, struct box *new_box);
void box_free(struct box *box);
-void box_coords(struct box *box, unsigned long *x, unsigned long *y);
+void box_coords(struct box *box, int *x, int *y);
#endif