Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/1ffbc36661f162d4801cc27c06de30cae4c7c84e
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/1ffbc36661f162d4801cc27c06de30cae4c7c84e
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/1ffbc36661f162d4801cc27c06de30cae4c7c84e

The branch, ashmew2/nskolibrios has been updated
       via  1ffbc36661f162d4801cc27c06de30cae4c7c84e (commit)
      from  f22a0ef3cd7aa7071c2ed85630a85eb1b2dd2e36 (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=1ffbc36661f162d4801cc27c06de30cae4c7c84e
commit 1ffbc36661f162d4801cc27c06de30cae4c7c84e
Author: Ashish Gupta <[email protected]>
Commit: Ashish Gupta <[email protected]>

    Make full screen (almost..)

diff --git a/frontends/kolibrios/gui.c b/frontends/kolibrios/gui.c
index 159053d..79d1ce4 100644
--- a/frontends/kolibrios/gui.c
+++ b/frontends/kolibrios/gui.c
@@ -474,11 +474,11 @@ process_cmdline(int argc, char** argv)
 
        fewidth = nsoption_int(window_width);
        if (fewidth <= 0) {
-               fewidth = 800;
+               fewidth = 1024;
        }
        feheight = nsoption_int(window_height);
        if (feheight <= 0) {
-               feheight = 600;
+               feheight = 720;
        }
        if ((nsoption_charp(homepage_url) != NULL) && 
            (nsoption_charp(homepage_url)[0] != '\0')) {


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

Summary of changes:
 frontends/kolibrios/gui.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frontends/kolibrios/gui.c b/frontends/kolibrios/gui.c
index 159053d..79d1ce4 100644
--- a/frontends/kolibrios/gui.c
+++ b/frontends/kolibrios/gui.c
@@ -474,11 +474,11 @@ process_cmdline(int argc, char** argv)
 
        fewidth = nsoption_int(window_width);
        if (fewidth <= 0) {
-               fewidth = 800;
+               fewidth = 1024;
        }
        feheight = nsoption_int(window_height);
        if (feheight <= 0) {
-               feheight = 600;
+               feheight = 720;
        }
        if ((nsoption_charp(homepage_url) != NULL) && 
            (nsoption_charp(homepage_url)[0] != '\0')) {


-- 
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