From 762e1aad733c4d56edbb85c7b21b0951d8f759f2 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 6 Feb 2013 22:39:45 +0000 Subject: First pass at getting html forms to use textarea widget. (Input element types text & password, and textarea element.) Can edit and submit forms, but there are loads of issues. --- render/html.h | 1 + 1 file changed, 1 insertion(+) (limited to 'render/html.h') diff --git a/render/html.h b/render/html.h index e11fc76ac..a9f7967f6 100644 --- a/render/html.h +++ b/render/html.h @@ -46,6 +46,7 @@ struct http_parameter; struct imagemap; struct object_params; struct plotters; +struct textarea; struct scrollbar; struct scrollbar_msg_data; struct search_context; -- cgit v1.2.3