mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-25 15:59:36 +03:00
Missed one
svn path=/trunk/netsurf/; revision=5937
This commit is contained in:
parent
9b79c1c6a4
commit
47e12b16f8
@ -322,7 +322,7 @@ bool ami_bitmap(int x, int y, int width, int height,
|
||||
BLITA_DestY,y,
|
||||
BLITA_SrcType,BLITT_BITMAP,
|
||||
BLITA_DestType,BLITT_RASTPORT,
|
||||
BLITA_UseSrcAlpha,TRUE,
|
||||
BLITA_UseSrcAlpha,!bitmap->opaque,
|
||||
TAG_DONE);
|
||||
|
||||
p96FreeBitMap(scaledbm);
|
||||
|
Loading…
Reference in New Issue
Block a user