Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7660 → Rev 7661

/programs/cmm/lib/gui.h
41,10 → 41,13
 
: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,10 → 89,9
$int 0x40
}
 
:dword WaitEventTimeout(dword time)
inline fastcall dword WaitEventTimeout(EBX)
{
EAX = 23;
EBX = time;
$int 0x40
}