summaryrefslogtreecommitdiff
path: root/amiga/bitmap.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-01-25 18:41:50 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-01-25 18:41:50 +0000
commit5c8dccd5f6353524173542762154473f4006383f (patch)
tree270101ea04de7e8832dfb22a88038b133d333c76 /amiga/bitmap.h
parentbeb6cebf1e25cd95f7b2e5acbcb35defcf1496b5 (diff)
downloadnetsurf-5c8dccd5f6353524173542762154473f4006383f.tar.gz
netsurf-5c8dccd5f6353524173542762154473f4006383f.tar.bz2
When forcing 32-bit render mode, don't create the BitMaps as friends of the screen BitMap.
This fixes a system freeze on OS4
Diffstat (limited to 'amiga/bitmap.h')
-rwxr-xr-xamiga/bitmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/amiga/bitmap.h b/amiga/bitmap.h
index 20e631585..aba359783 100755
--- a/amiga/bitmap.h
+++ b/amiga/bitmap.h
@@ -35,6 +35,7 @@ struct bitmap {
int height;
UBYTE *pixdata;
bool opaque;
+ int native;
struct BitMap *nativebm;
int nativebmwidth;
int nativebmheight;