Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9593 → Rev 9594

/programs/cmm/lib/kolibri.h
553,7 → 553,6
 
:void DrawBar(dword x,y,w,h,color)
{
//if (h<=0) || (h>60000) || (w<=0) || (w>60000) return; //bad boy :)
EAX = 13;
EBX = x<<16+w;
ECX = y<<16+h;