Subversion Repositories Kolibri OS

Rev

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

Rev 7998 Rev 8305
Line 176... Line 176...
176
	ESI.edit_box.left = x;
176
	ESI.edit_box.left = x;
177
	ESI.edit_box.top = y;
177
	ESI.edit_box.top = y;
178
	DrawEditBox(dword edit_box_pointer);
178
	DrawEditBox(dword edit_box_pointer);
179
}
179
}
Line 180... Line 180...
180
 
180
 
181
:void DrawProgressBar(dword st_x, st_y, st_w, st_h, col_fon, col_border, col_fill, col_text, progress_percent)
181
:void DrawProgressBar(dword st_x, st_y, st_w, st_h, col_fon, col_border, col_fill, progress_percent)
182
{
182
{
183
	int progress_w;
183
	int progress_w;
Line 184... Line 184...
184
	static int fill_old;
184
	static int fill_old;