Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6039 → Rev 6008

/programs/cmm/eolite/include/gui.h
53,7 → 53,8
if (height<18)
WriteText(-strlen(text)*6+width/2+x+1,height/2+y-3,0x80,system.color.work_text,text);
else
WriteText(-strlen(text)*8+width/2+x+1,height/2+y-6,0x90,system.color.work_text,text);
WriteText(-strlen(text)*8+width/2+x+1,height/2+y-6,10010000b,system.color.work_text,text);
 
}
 
void DrawFilledBar(dword x, y, w, h)