summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/render/box.h b/render/box.h
index 78d78d456..d329ee331 100644
--- a/render/box.h
+++ b/render/box.h
@@ -1,5 +1,5 @@
/**
- * $Id: box.h,v 1.19 2003/02/09 12:58:15 bursa Exp $
+ * $Id: box.h,v 1.20 2003/03/04 11:59:35 bursa Exp $
*/
#ifndef _NETSURF_RENDER_BOX_H_
@@ -44,7 +44,7 @@ struct gui_gadget {
char* value;
} hidden;
struct {
- int maxlength;
+ unsigned int maxlength;
char* text;
int size;
} textbox;