forked from KolibriOS/kolibrios
libimg: fix transparency in indexed png images.
git-svn-id: svn://kolibrios.org@8399 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
e001af7afe
commit
eb01893ff6
@ -280,7 +280,8 @@ end virtual
|
||||
lodsd
|
||||
dec esi
|
||||
bswap eax
|
||||
shr eax, 8
|
||||
mov al, 0xff
|
||||
ror eax, 8
|
||||
stosd
|
||||
jmp @b
|
||||
@@:
|
||||
@ -1142,4 +1143,4 @@ endl
|
||||
xor eax,eax
|
||||
.quit:
|
||||
ret
|
||||
endp
|
||||
endp
|
||||
|
Loading…
Reference in New Issue
Block a user