Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2817 → Rev 2818

/programs/network/htmlv/lib/kolibri.h
491,12 → 491,8
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
}