summaryrefslogtreecommitdiff
path: root/desktop/selection.h
diff options
context:
space:
mode:
authorAdrian Lees <adrian@aemulor.com>2005-04-15 20:46:25 +0000
committerAdrian Lees <adrian@aemulor.com>2005-04-15 20:46:25 +0000
commit94fe825ed8a5fed9879fa1245b93244c46a53dec (patch)
treebb0fce0c93956fbbea467abfb04c1d10c3e381d2 /desktop/selection.h
parent3028d21f353ebf533d7d1eafa92e34d6ebc251b6 (diff)
downloadnetsurf-94fe825ed8a5fed9879fa1245b93244c46a53dec.tar.gz
netsurf-94fe825ed8a5fed9879fa1245b93244c46a53dec.tar.bz2
[project @ 2005-04-15 20:46:25 by adrianl]
Fix incorrect position at end of selection drag svn path=/import/netsurf/; revision=1645
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);