Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2527 → Rev 2528

/programs/network/htmlv/lib/kolibri.h--
587,8 → 587,12
void DefineButton(dword x,y,w,h,EDX,ESI)
{
EAX = 8;
$push edx
EDX += BT_DEL; //âíà÷àëå óäàëÿåì êíîïó ñ ýòè èä, ïîòîì ñîçäà¸ì
$int 0x40;
EBX = x<<16+w;
ECX = y<<16+h;
$pop edx
$int 0x40
}