summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
Diffstat (limited to 'amiga')
-rwxr-xr-xamiga/gui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 77a9ab2f3..0d99b9848 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -1251,7 +1251,7 @@ void ami_handle_msg(void)
}
else
{
- browser_window_mouse_drag_end(gwin->bw, 0, x, y);
+ browser_window_mouse_track(gwin->bw, 0, x, y);
}
gwin->mouse_state=0;
break;
@@ -1287,7 +1287,7 @@ void ami_handle_msg(void)
}
else
{
- browser_window_mouse_drag_end(gwin->bw, 0, x, y);
+ browser_window_mouse_track(gwin->bw, 0, x, y);
}
gwin->mouse_state=0;
break;