summaryrefslogtreecommitdiff
path: root/desktop/selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/selection.h')
-rw-r--r--desktop/selection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/selection.h b/desktop/selection.h
index 178df2d0b..4a5d74980 100644
--- a/desktop/selection.h
+++ b/desktop/selection.h
@@ -64,7 +64,7 @@ bool selection_click(struct selection *s, struct box *box, browser_mouse_state m
void selection_track(struct selection *s, struct box *box, browser_mouse_state mouse, int dx, int dy);
void selection_drag_end(struct selection *s, struct box *box,
- browser_mouse_state mouse, int x, int y);
+ browser_mouse_state mouse, int dx, int dy);
bool selection_traverse(struct selection *s, seln_traverse_handler handler, void *handle);