Subversion Repositories Kolibri OS

Rev

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

Rev 6050 Rev 6746
Line 310... Line 310...
310
 
310
 
311
 
311
 
312
void draw_window()
312
void draw_window()
313
{
313
{
314
	system.color.get();
314
	system.color.get();
315
	DefineAndDrawWindow(GetScreenWidth()-WIN_W/2,GetScreenHeight()-WIN_H/2,WIN_W,WIN_H,0x73,0xFFFFFF,#win_title);
315
	DefineAndDrawWindow(GetScreenWidth()-WIN_W/2,GetScreenHeight()-WIN_H/2,WIN_W,WIN_H,0x73,0xFFFFFF,#win_title,0);
316
	GetProcessInfo(#Form, SelfInfo);
316
	GetProcessInfo(#Form, SelfInfo);
Line 317... Line 317...
317
	DrawBar(0, 0, Form.cwidth, TOPPANELH, system.color.work);
317
	DrawBar(0, 0, Form.cwidth, TOPPANELH, system.color.work);