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