From 870c7096842725f354708963c9630deb1c5386fc Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 6 Jan 2014 18:29:05 +0000 Subject: 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. --- amiga/thumbnail.c | 1 + 1 file changed, 1 insertion(+) (limited to 'amiga/thumbnail.c') diff --git a/amiga/thumbnail.c b/amiga/thumbnail.c index 61102feff..51630be96 100755 --- a/amiga/thumbnail.c +++ b/amiga/thumbnail.c @@ -84,6 +84,7 @@ bool thumbnail_create(hlcache_handle *content, struct bitmap *bitmap, COMPTAG_DestHeight,bitmap->height, COMPTAG_OffsetX,0, COMPTAG_OffsetY,0, + COMPTAG_FriendBitMap, scrn->RastPort.BitMap, TAG_DONE); } else -- cgit v1.2.3