Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2283 → Rev 2284

/programs/develop/libraries/libs-dev/libimg/ico_cur/ico_cur.asm
321,6 → 321,7
pop eax
push eax
mov ecx, [eax + Image.Width]
mov edi, [eax + Image.Data]
.bpp24:
mov edx, [esp+16] ; get background color
.bpp24.extloop:
337,7 → 338,7
mov [edi+2], dl
ror edx, 16
@@:
add edi, 4
add edi, 3
dec ecx
jz @f
dec dword [esp]