Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/3114e78ded112f2c75b52b77734cb7b238705278
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/3114e78ded112f2c75b52b77734cb7b238705278
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/3114e78ded112f2c75b52b77734cb7b238705278

The branch, master has been updated
       via  3114e78ded112f2c75b52b77734cb7b238705278 (commit)
      from  552aab42e16689c24ac566913b02c7613bfc090b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=3114e78ded112f2c75b52b77734cb7b238705278
commit 3114e78ded112f2c75b52b77734cb7b238705278
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    fix missed get dimensions call in amiga frontend

diff --git a/frontends/amiga/gui.c b/frontends/amiga/gui.c
index 0b4ae7a..e90f0d3 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) {


-----------------------------------------------------------------------

Summary of changes:
 frontends/amiga/gui.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontends/amiga/gui.c b/frontends/amiga/gui.c
index 0b4ae7a..e90f0d3 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) {


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to