summaryrefslogtreecommitdiff
path: root/amiga/gui_options.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-04-28 19:18:06 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-04-28 19:18:06 +0100
commit180295936b686d194b7b4c25b9a0dc2038ffc4cb (patch)
tree79457e49889bc8d56fa504ab6964596c2d350b34 /amiga/gui_options.c
parente5a05f1c0e1bb7e7388d4fedb584d8ec71be6628 (diff)
downloadnetsurf-180295936b686d194b7b4c25b9a0dc2038ffc4cb.tar.gz
netsurf-180295936b686d194b7b4c25b9a0dc2038ffc4cb.tar.bz2
Use guigfx.library for 8-bit image quantization
This achieves speed-up on OS3/68k platforms where 8-bit modes are more likely to be used, at the expense of lower quality quantization than the former picture.datatype abuse provided. Additionally, caching of BitMaps in palette-mapped modes is now possible. NetSurf now requires guigfx.library (and render.library) in order to start, even on OS4.
Diffstat (limited to 'amiga/gui_options.c')
-rwxr-xr-xamiga/gui_options.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/amiga/gui_options.c b/amiga/gui_options.c
index 4ac5464e3..221b0da95 100755
--- a/amiga/gui_options.c
+++ b/amiga/gui_options.c
@@ -505,7 +505,7 @@ void ami_gui_opts_open(void)
BOOL proxyhostdisabled = TRUE, proxyauthdisabled = TRUE, proxybypassdisabled = FALSE;
BOOL disableanims, animspeeddisabled = FALSE, acceptlangdisabled = FALSE;
BOOL scaleselected = nsoption_bool(scale_quality), scaledisabled = FALSE;
- BOOL ditherdisable = TRUE, nativebm_disable = FALSE;
+ BOOL ditherdisable = TRUE;
BOOL download_notify_disabled = FALSE, tab_always_show_disabled = FALSE;
BOOL ptr_disable = FALSE;
char animspeed[10];
@@ -554,7 +554,6 @@ void ami_gui_opts_open(void)
if(ami_plot_screen_is_palettemapped() == true) {
ditherdisable = FALSE;
- nativebm_disable = TRUE;
}
if(nsoption_bool(http_proxy) == true)
@@ -1022,7 +1021,6 @@ void ami_gui_opts_open(void)
LAYOUT_AddChild, gow->objects[GID_OPTS_NATIVEBM] = ChooserObj,
GA_ID, GID_OPTS_NATIVEBM,
GA_RelVerify, TRUE,
- GA_Disabled, nativebm_disable,
CHOOSER_PopUp, TRUE,
#ifdef __amigaos4__
CHOOSER_LabelArray, nativebmopts,