summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-09-29 16:32:17 +0000
committerJames Bursa <james@netsurf-browser.org>2003-09-29 16:32:17 +0000
commit0a1975f8d6d35cb3aef558de8dff49b2481b4682 (patch)
tree34b403d72a46f7fa195b4ed98cbcbf2bf9bb3e2d /render/box.h
parent20ae4bff717dfc1313cf8d52c4910b6350c87d23 (diff)
downloadnetsurf-0a1975f8d6d35cb3aef558de8dff49b2481b4682.tar.gz
netsurf-0a1975f8d6d35cb3aef558de8dff49b2481b4682.tar.bz2
[project @ 2003-09-29 16:32:17 by bursa]
Textareas scroll to show current line. svn path=/import/netsurf/; revision=332
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;