summaryrefslogtreecommitdiff
path: root/desktop/textarea.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-11-21 09:09:28 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-11-21 09:09:28 +0000
commit3f395ec3bf1e439eaa95f22219fce2f6e37c292f (patch)
tree56c7b2561cd96104e39642752f9fa8cf6454cbb0 /desktop/textarea.h
parent820312eb35e6fa4f0930a343e8d418c4e2011755 (diff)
downloadnetsurf-3f395ec3bf1e439eaa95f22219fce2f6e37c292f.tar.gz
netsurf-3f395ec3bf1e439eaa95f22219fce2f6e37c292f.tar.bz2
Committing textarea_set_dimensions patch from Ole Loots.
svn path=/trunk/netsurf/; revision=13160
Diffstat (limited to 'desktop/textarea.h')
-rw-r--r--desktop/textarea.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/textarea.h b/desktop/textarea.h
index d8ec5c588..1cbe5fa43 100644
--- a/desktop/textarea.h
+++ b/desktop/textarea.h
@@ -54,6 +54,6 @@ bool textarea_mouse_action(struct text_area *ta, browser_mouse_state mouse,
bool textarea_drag_end(struct text_area *ta, browser_mouse_state mouse,
int x, int y);
void textarea_get_dimensions(struct text_area *ta, int *width, int *height);
-
+void textarea_set_dimensions(struct text_area *ta, int width, int height);
#endif