From d4c01894c21559cd4199c0f15b9e8b7bec4b692c Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 3 Aug 2019 11:58:44 +0100 Subject: change browser_window_get_features to use unscaled coordinates --- frontends/amiga/gui.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'frontends/amiga/gui.c') diff --git a/frontends/amiga/gui.c b/frontends/amiga/gui.c index 916851846..adce7dd0b 100644 --- a/frontends/amiga/gui.c +++ b/frontends/amiga/gui.c @@ -1919,8 +1919,7 @@ static void ami_gui_scroll_internal(struct gui_window_2 *gwin, int xs, int ys) if(ami_mouse_to_ns_coords(gwin, &x, &y, -1, -1) == true) { - if(browser_window_scroll_at_point(gwin->gw->bw, x, y, - xs, ys) == false) + if(browser_window_scroll_at_point(gwin->gw->bw, x, y, xs, ys) == false) { int width, height; -- cgit v1.2.3