Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/93be8d805e7e1f32638015770446476fef22ceac
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/93be8d805e7e1f32638015770446476fef22ceac
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/93be8d805e7e1f32638015770446476fef22ceac

The branch, master has been updated
       via  93be8d805e7e1f32638015770446476fef22ceac (commit)
      from  8c00da9ec6abafca3111aa6c488301664d6904db (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=93be8d805e7e1f32638015770446476fef22ceac
commit 93be8d805e7e1f32638015770446476fef22ceac
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>

    In 8-bit mode, when using a 1-bit mask, set the mask so only wholly 
transparent pixels are not plotted by default.
    This is considered "more correct" than setting an arbitrary value when full 
alpha is not possible.

diff --git a/frontends/amiga/options.h b/frontends/amiga/options.h
index 0c4db5c..39e62dc 100644
--- a/frontends/amiga/options.h
+++ b/frontends/amiga/options.h
@@ -51,7 +51,7 @@ NSOPTION_BOOL(download_notify, true)
 NSOPTION_BOOL(faster_scroll, true)
 NSOPTION_BOOL(scale_quality, false)
 NSOPTION_INTEGER(dither_quality, 0)
-NSOPTION_INTEGER(mask_alpha, 50)
+NSOPTION_INTEGER(mask_alpha, 0)
 NSOPTION_BOOL(ask_overwrite, true)
 NSOPTION_INTEGER(printer_unit, 0)
 NSOPTION_INTEGER(print_scale, 100)


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

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

diff --git a/frontends/amiga/options.h b/frontends/amiga/options.h
index 0c4db5c..39e62dc 100644
--- a/frontends/amiga/options.h
+++ b/frontends/amiga/options.h
@@ -51,7 +51,7 @@ NSOPTION_BOOL(download_notify, true)
 NSOPTION_BOOL(faster_scroll, true)
 NSOPTION_BOOL(scale_quality, false)
 NSOPTION_INTEGER(dither_quality, 0)
-NSOPTION_INTEGER(mask_alpha, 50)
+NSOPTION_INTEGER(mask_alpha, 0)
 NSOPTION_BOOL(ask_overwrite, true)
 NSOPTION_INTEGER(printer_unit, 0)
 NSOPTION_INTEGER(print_scale, 100)


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