summaryrefslogtreecommitdiff
path: root/desktop/textarea.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-02-14 19:26:45 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-02-14 19:26:45 +0000
commita089ad0e1dd19ef8f5dda555a8657d47c1f7bbd4 (patch)
tree218c154c7ce90e13a4d50ff0768a4942013f3346 /desktop/textarea.h
parentf42ed976e5e4c59b25250ad106527ac7b4447f68 (diff)
downloadnetsurf-a089ad0e1dd19ef8f5dda555a8657d47c1f7bbd4.tar.gz
netsurf-a089ad0e1dd19ef8f5dda555a8657d47c1f7bbd4.tar.bz2
Pass clip rect to textarea redraw as struct rect.
svn path=/trunk/netsurf/; revision=11681
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 04c269d3c..82c9c2a20 100644
--- a/desktop/textarea.h
+++ b/desktop/textarea.h
@@ -47,7 +47,7 @@ int textarea_get_text(struct text_area *ta, char *buf, unsigned int len);
bool textarea_set_caret(struct text_area *ta, int caret);
int textarea_get_caret(struct text_area *ta);
void textarea_redraw(struct text_area *ta, int x, int y,
- int x0, int y0, int x1, int y1);
+ struct rect *clip);
bool textarea_keypress(struct text_area *ta, uint32_t key);
bool textarea_mouse_action(struct text_area *ta, browser_mouse_state mouse,
int x, int y);