Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4473 → Rev 4474

/programs/cmm/notify/notify.c
60,15 → 60,10
$shr eax, 16
}
 
void from24to32(dword src, dst, Width, Height)
void from24to32(ESI, EDI, EAX, EBX) //src,dst,w,h
{
conv24to32:
$mov esi, src
$mov edi, dst
$mov eax, Width
//$mul ESDWORD[Height]
$mul Height
$mul ebx
$mov ecx, eax
$xor al, al
_next: