Subversion Repositories Kolibri OS

Rev

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

Rev 6641 Rev 6746
Line 403... Line 403...
403
/* ------------------------------------------- */
403
/* ------------------------------------------- */
Line 404... Line 404...
404
 
404
 
405
 
405
 
406
void draw_window()
406
void draw_window()
407
{
407
{
408
	DefineAndDrawWindow(Form.left,Form.top,Form.width,Form.height,0x73,0,#title);
408
	DefineAndDrawWindow(Form.left,Form.top,Form.width,Form.height,0x73,0,#title,0);
Line 409... Line 409...
409
	GetProcessInfo(#Form, SelfInfo);
409
	GetProcessInfo(#Form, SelfInfo);
410
	if (Form.status_window>2) return;
410
	if (Form.status_window>2) return;