summaryrefslogtreecommitdiff
path: root/desktop/textarea.h
diff options
context:
space:
mode:
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