Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7661 → Rev 7660

/programs/cmm/lib/gui.h
41,13 → 41,10
 
:void DrawRectangle(dword x,y,w,h,color1)
{
DrawRectangle3D(x,y,w,h,color1,color1);
/*
DrawBar(x,y,w,1,color1);
DrawBar(x,y+h,w,1,color1);
DrawBar(x,y,1,h,color1);
DrawBar(x+w,y,1,h+1,color1);
*/
}
 
:void DrawWideRectangle(dword x,y,w,h,boder,color1)
/programs/cmm/lib/kolibri.h
89,9 → 89,10
$int 0x40
}
 
inline fastcall dword WaitEventTimeout(EBX)
:dword WaitEventTimeout(dword time)
{
EAX = 23;
EBX = time;
$int 0x40
}