aboutsummaryrefslogtreecommitdiffstats
path: root/proto.h
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@vega.ocn.ne.jp>2011-06-19 11:40:17 +0000
committerTatsuya Kinoshita <tats@vega.ocn.ne.jp>2011-06-19 11:40:17 +0000
commit6a032f360b6b6dc30dc4c5028988fa5e453ab4ab (patch)
tree0370afddf3ad928abf17a9e2ab8a6cd688afdebf /proto.h
parentAdding upstream version 0.5.3 (diff)
downloadw3m-6a032f360b6b6dc30dc4c5028988fa5e453ab4ab.tar.gz
w3m-6a032f360b6b6dc30dc4c5028988fa5e453ab4ab.zip
Support the button element as defined in HTML 4.01
Patch from upstream, [w3m-dev 04411] on 2010-09-17, to support the button element. It is discussed upstream and incomplete, but enough to login Launchpad.
Diffstat (limited to '')
-rw-r--r--proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index f8a7345..c7992ca 100644
--- a/proto.h
+++ b/proto.h
@@ -207,6 +207,8 @@ extern int getImageSize(ImageCache * cache);
extern Str process_img(struct parsed_tag *tag, int width);
extern Str process_anchor(struct parsed_tag *tag, char *tagbuf);
extern Str process_input(struct parsed_tag *tag);
+extern Str process_button(struct parsed_tag *tag);
+extern Str process_n_button(void);
extern Str process_select(struct parsed_tag *tag);
extern Str process_n_select(void);
extern void feed_select(char *str);