From 94fe825ed8a5fed9879fa1245b93244c46a53dec Mon Sep 17 00:00:00 2001 From: Adrian Lees Date: Fri, 15 Apr 2005 20:46:25 +0000 Subject: [project @ 2005-04-15 20:46:25 by adrianl] Fix incorrect position at end of selection drag svn path=/import/netsurf/; revision=1645 --- desktop/selection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/selection.h') 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); -- cgit v1.2.3