summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
authorPhil Mellor <phil@monkeyson.info>2003-01-11 17:36:40 +0000
committerPhil Mellor <phil@monkeyson.info>2003-01-11 17:36:40 +0000
commit7859d29ef8c9266fd54cc889e2774e2f7baee816 (patch)
treea57f26eefb2ce041bc4652ed2cc7481e80eea4e4 /render/box.h
parent6f67739fa76911f7649ff2917ad319fce7b32dcd (diff)
downloadnetsurf-7859d29ef8c9266fd54cc889e2774e2f7baee816.tar.gz
netsurf-7859d29ef8c9266fd54cc889e2774e2f7baee816.tar.bz2
[project @ 2003-01-11 17:36:40 by monkeyson]
Forms tweaked slightly. svn path=/import/netsurf/; revision=92
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/render/box.h b/render/box.h
index c7b694612..aad278f44 100644
--- a/render/box.h
+++ b/render/box.h
@@ -1,5 +1,5 @@
/**
- * $Id: box.h,v 1.17 2003/01/06 23:53:40 bursa Exp $
+ * $Id: box.h,v 1.18 2003/01/11 17:36:40 monkeyson Exp $
*/
#ifndef _NETSURF_RENDER_BOX_H_
@@ -109,6 +109,12 @@ struct form
enum {method_GET, method_POST} method;
};
+struct formsubmit
+{
+ struct form* form;
+ struct gui_gadget* items;
+};
+
struct page_elements
{
struct form** forms;