Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7163 → Rev 7162

/programs/cmm/lib/kolibri.h
476,14 → 476,11
$int 0x40
}
 
:void PutPaletteImage(dword inbuf,w,h,x,y,bits,pal)
void PutPaletteImage(dword EBX,w,h,x,y,ESI,EDI)
{
EAX = 65;
EBX = inbuf;
ECX = w<<16+h;
EDX = x<<16+y;
ESI = bits;
EDI = pal;
EBP = 0;
$int 0x40
}