Subversion Repositories Kolibri OS

Compare Revisions

Ignore whitespace Rev 3080 → Rev 3081

/programs/cmm/lib/kolibri.h
335,6 → 335,13
$pop ecx
$pop ebx
}
 
inline fastcall void debugch( ECX)
{
$mov eax,63
$mov ebx,1
$int 0x40
}
//------------------------------------------------------------------------------
 
void DefineAndDrawWindow(dword x,y, sizeX,sizeY, byte WindowType,dword WindowAreaColor, EDI, ESI)
460,4 → 467,4
EAX = 8;
EDX += BT_DEL;
$int 0x40;
}
}