summaryrefslogtreecommitdiff
path: root/desktop/selection.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2008-03-31 18:59:23 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2008-03-31 18:59:23 +0000
commit62ca5e3e11a10e42be5eb809138ce5f81d609771 (patch)
tree8157053b92fa12a9a66e8a29dc14b0099cb5f153 /desktop/selection.h
parent5def4f5e0c8a3732c180cb6b5fbe908a803c05b6 (diff)
downloadnetsurf-62ca5e3e11a10e42be5eb809138ce5f81d609771.tar.gz
netsurf-62ca5e3e11a10e42be5eb809138ce5f81d609771.tar.bz2
Tidy up.
svn path=/trunk/netsurf/; revision=4064
Diffstat (limited to 'desktop/selection.h')
-rw-r--r--desktop/selection.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/selection.h b/desktop/selection.h
index 6a1468b0f..4520ac9f6 100644
--- a/desktop/selection.h
+++ b/desktop/selection.h
@@ -55,7 +55,8 @@ struct selection
typedef bool (*seln_traverse_handler)(const char *text, size_t length,
- struct box *box, void *handle, const char *whitespace_text);
+ struct box *box, void *handle, const char *whitespace_text,
+ size_t whitespace_length);
struct selection *selection_create(struct browser_window *bw);