summaryrefslogtreecommitdiff
path: root/desktop/textarea.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-01-12 20:59:32 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-01-12 20:59:32 +0000
commitc7a37392e49deb5007dc3679e0aa7e65b4ff0c8b (patch)
tree5bd775d01b57690ca6df6fe8add9454fa4a009d2 /desktop/textarea.c
parent5124b8a02a2adb72a7352f14e06dc2a773afbc1f (diff)
downloadnetsurf-c7a37392e49deb5007dc3679e0aa7e65b4ff0c8b.tar.gz
netsurf-c7a37392e49deb5007dc3679e0aa7e65b4ff0c8b.tar.bz2
Add background colour to textarea_redraw API. Add source comments.
Diffstat (limited to 'desktop/textarea.c')
-rw-r--r--desktop/textarea.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/textarea.c b/desktop/textarea.c
index 3ab8c5af5..9b14773cf 100644
--- a/desktop/textarea.c
+++ b/desktop/textarea.c
@@ -874,7 +874,7 @@ int textarea_get_caret(struct textarea *ta)
/* exported interface, documented in textarea.h */
-void textarea_redraw(struct textarea *ta, int x, int y,
+void textarea_redraw(struct textarea *ta, int x, int y, colour bg,
const struct rect *clip, const struct redraw_context *ctx)
{
const struct plotter_table *plot = ctx->plot;