From 80fe931f803b4a0e96b8dad7f1095d04f58076a0 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Thu, 22 May 2003 13:21:45 +0000 Subject: [project @ 2003-05-22 13:21:45 by bursa] Form GET support (John M Bell) svn path=/import/netsurf/; revision=130 --- render/box.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'render/box.h') diff --git a/render/box.h b/render/box.h index 5adb69554..fb5e4c5bd 100644 --- a/render/box.h +++ b/render/box.h @@ -1,5 +1,5 @@ /** - * $Id: box.h,v 1.24 2003/04/15 17:53:00 bursa Exp $ + * $Id: box.h,v 1.25 2003/05/22 13:21:45 bursa Exp $ */ #ifndef _NETSURF_RENDER_BOX_H_ @@ -49,6 +49,7 @@ struct gui_gadget { int size; } textbox; struct { + char* butttype; char* label; int pressed; } actionbutt; -- cgit v1.2.3