From eaa6183567b1c9b5726a77d30e885c8b299cae6e Mon Sep 17 00:00:00 2001 From: Chris Young Date: Fri, 10 Aug 2012 18:21:57 +0100 Subject: allow tweaking threshold where alpha turns to mask --- amiga/options.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'amiga/options.h') diff --git a/amiga/options.h b/amiga/options.h index 41bf104f5..ed5bc93eb 100644 --- a/amiga/options.h +++ b/amiga/options.h @@ -50,6 +50,7 @@ bool faster_scroll; \ bool scale_quality; \ int dither_quality; \ + int mask_alpha; \ bool ask_overwrite; \ int printer_unit; \ int print_scale; \ @@ -111,6 +112,7 @@ .faster_scroll = true, \ .scale_quality = false, \ .dither_quality = 1, \ + .mask_alpha = 0, \ .ask_overwrite = true, \ .printer_unit = 0, \ .print_scale = 100, \ @@ -171,6 +173,7 @@ { "faster_scroll", OPTION_BOOL, &nsoptions.faster_scroll}, \ { "scale_quality", OPTION_BOOL, &nsoptions.scale_quality}, \ { "dither_quality", OPTION_INTEGER, &nsoptions.dither_quality}, \ +{ "mask_alpha", OPTION_INTEGER, &nsoptions.mask_alpha}, \ { "ask_overwrite", OPTION_BOOL, &nsoptions.ask_overwrite}, \ { "printer_unit", OPTION_INTEGER, &nsoptions.printer_unit}, \ { "print_scale", OPTION_INTEGER, &nsoptions.print_scale}, \ -- cgit v1.2.3