Subversion Repositories Kolibri OS

Rev

Rev 7647 | Rev 7806 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7647 Rev 7804
Line 62... Line 62...
62
	WriteText(-strlen(text)*6+width/2+x+1,height/2+y-3,0x80,system.color.work_text,text);
62
	WriteText(-strlen(text)*6+width/2+x+1,height/2+y-3,0x80,system.color.work_text,text);
63
}
63
}
64
 
64
 
Line 65... Line 65...
65
void DrawFilledBar(dword x, y, w, h)
65
void DrawFilledBar(dword x, y, w, h)
66
{
-
 
67
	int i, fill_h;
-
 
68
	if (h < 12) {
-
 
69
		for (i=0; i
66
{ int i; for (i=0; i
70
	} else {
-
 
71
		DrawBar(x, y, w, h, col.work_gradient[12]);
-
 
72
	}
-
 
73
}
-
 
Line 74... Line 67...
74
 
67
 
75
int popin_w=260;
68
int popin_w=260;
76
void DrawEolitePopup(dword b1_text, b2_text)
69
void DrawEolitePopup(dword b1_text, b2_text)
77
{
70
{