summaryrefslogtreecommitdiff
path: root/amiga/plotters.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-01-19 20:50:06 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-01-19 20:50:06 +0000
commit0c526662b33697f2ebb132b5018494ec699da27f (patch)
treec62179c63d8a5f42e734806472d2e57840565a83 /amiga/plotters.c
parente07bbbaaff19dfecbba3121616ac4a5b798cbc58 (diff)
downloadnetsurf-0c526662b33697f2ebb132b5018494ec699da27f.tar.gz
netsurf-0c526662b33697f2ebb132b5018494ec699da27f.tar.bz2
Minor OS3 fixes
Diffstat (limited to 'amiga/plotters.c')
-rwxr-xr-xamiga/plotters.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/amiga/plotters.c b/amiga/plotters.c
index 490d51955..f672e7a7b 100755
--- a/amiga/plotters.c
+++ b/amiga/plotters.c
@@ -118,7 +118,9 @@ void ami_init_layers(struct gui_globals *gg, ULONG width, ULONG height)
} else {
palette_mapped = false;
}
-
+#ifndef __amigaos4__
+ palette_mapped = true; /* only supporting palette mapped screens on OS3 for now */
+#endif
if(!width) width = nsoption_int(redraw_tile_size_x);
if(!height) height = nsoption_int(redraw_tile_size_y);