From 3114e78ded112f2c75b52b77734cb7b238705278 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 2 Aug 2019 12:58:50 +0100 Subject: fix missed get dimensions call in amiga frontend --- frontends/amiga/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/amiga') diff --git a/frontends/amiga/gui.c b/frontends/amiga/gui.c index 0b4ae7a7b..e90f0d3c7 100644 --- a/frontends/amiga/gui.c +++ b/frontends/amiga/gui.c @@ -2212,7 +2212,7 @@ static void ami_gui_scroller_update(struct gui_window_2 *gwin) rethinkh = ami_gui_hscroll_remove(gwin); } else { if((browser_window_get_extents(gwin->gw->bw, false, &w, &h) == NSERROR_OK)) { - gui_window_get_dimensions(gwin->gw, &ww, &wh, false); + gui_window_get_dimensions(gwin->gw, &ww, &wh); } if(vscroll == BW_SCROLLING_NO) { -- cgit v1.2.3