Subversion Repositories Kolibri OS

Rev

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

Rev 6042 Rev 6746
Line 257... Line 257...
257
	list.ClearList();
257
	list.ClearList();
258
}
258
}
Line 259... Line 259...
259
 
259
 
260
void draw_window()
260
void draw_window()
261
{
261
{
262
	DefineAndDrawWindow(Form.left,Form.top,Form.width,Form.height,0x73,0,#title);
262
	DefineAndDrawWindow(Form.left,Form.top,Form.width,Form.height,0x73,0,#title,0);
263
	GetProcessInfo(#Form, SelfInfo);
263
	GetProcessInfo(#Form, SelfInfo);
Line 264... Line 264...
264
	if (Form.status_window>2) return;
264
	if (Form.status_window>2) return;
265
 
265