From 0a1975f8d6d35cb3aef558de8dff49b2481b4682 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 29 Sep 2003 16:32:17 +0000 Subject: [project @ 2003-09-29 16:32:17 by bursa] Textareas scroll to show current line. svn path=/import/netsurf/; revision=332 --- render/box.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'render') 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; -- cgit v1.2.3