summaryrefslogtreecommitdiff
path: root/amiga/bitmap.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-01-06 18:29:05 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-01-06 18:29:05 +0000
commit870c7096842725f354708963c9630deb1c5386fc (patch)
tree8b07591d7ba71a28b76976c69c4473761d40ce89 /amiga/bitmap.c
parent69da9a55e16f0a09690ca5fc5cb0b0e1d0fe9c24 (diff)
downloadnetsurf-870c7096842725f354708963c9630deb1c5386fc.tar.gz
netsurf-870c7096842725f354708963c9630deb1c5386fc.tar.bz2
Get Composite() to befriend the screen's BitMap to ensure they are on the same graphics board. This should fix the slowness when multiple graphics cards are installed.
Diffstat (limited to 'amiga/bitmap.c')
-rw-r--r--amiga/bitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/bitmap.c b/amiga/bitmap.c
index c07f45c67..f25ac2b81 100644
--- a/amiga/bitmap.c
+++ b/amiga/bitmap.c
@@ -453,7 +453,7 @@ static struct BitMap *ami_bitmap_get_truecolour(struct bitmap *bitmap,int width,
COMPTAG_DestHeight,height,
COMPTAG_OffsetX,0,
COMPTAG_OffsetY,0,
- COMPTAG_FriendBitMap,friendbm,
+ COMPTAG_FriendBitMap, scrn->RastPort.BitMap,
TAG_DONE);
#endif
}