Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2416 → Rev 2444

/programs/network/htmlv/lib/kolibri.h--
531,6 → 531,14
$int 0x40;
}
 
void CopyScreen(dword EBX, x, y, sizeX, sizeY)
{
EAX = 36;
ECX = sizeX << 16 + sizeY;
EDX = x << 16 + y;
$int 0x40;
}
 
void PutImage(dword EBX,w,h,x,y)
{
EAX = 7;