Subversion Repositories Kolibri OS

Rev

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

Rev 6662 Rev 6746
Line 191... Line 191...
191
//===================================================//
191
//===================================================//
Line 192... Line 192...
192
 
192
 
193
void Event_DrawWindow() 
193
void Event_DrawWindow() 
194
{
194
{
195
	system.color.get();
195
	system.color.get();
196
	DefineAndDrawWindow(215, 100, 600, 400, 0x33, system.color.work, WINDOW_TITLE);
196
	DefineAndDrawWindow(215, 100, 600, 400, 0x33, system.color.work, WINDOW_TITLE,0);
197
	GetProcessInfo(#Form, SelfInfo);
197
	GetProcessInfo(#Form, SelfInfo);
198
	if (Form.status_window>2) return;
198
	if (Form.status_window>2) return;
199
	if (Form.width  < 450) { MoveSize(OLD,OLD,450,OLD); return; }
199
	if (Form.width  < 450) { MoveSize(OLD,OLD,450,OLD); return; }
200
	if (Form.height < 250) { MoveSize(OLD,OLD,OLD,250); return; }
200
	if (Form.height < 250) { MoveSize(OLD,OLD,OLD,250); return; }