From 27b6096dcd8a38fa0200cec6dfe25f05529efa7c Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 11 Feb 2011 19:35:16 +0000 Subject: Move stuct rect out of box.h and tree.c. svn path=/trunk/netsurf/; revision=11647 --- render/box.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'render/box.h') diff --git a/render/box.h b/render/box.h index 5889645b2..7cde3728f 100644 --- a/render/box.h +++ b/render/box.h @@ -92,6 +92,7 @@ #include #include "desktop/browser.h" +#include "desktop/shape.h" #include "css/css.h" struct box; @@ -110,11 +111,6 @@ typedef enum { BOX_INLINE_END, BOX_NONE } box_type; -struct rect { - int x0, y0; - int x1, y1; -}; - /* Sides of a box */ enum box_side { TOP, RIGHT, BOTTOM, LEFT }; -- cgit v1.2.3