Subversion Repositories Kolibri OS

Rev

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

Rev 8933 Rev 8946
Line 209... Line 209...
209
void Event_DrawWindow() 
209
void Event_DrawWindow() 
210
{
210
{
211
	sc.get();
211
	sc.get();
212
	DefineAndDrawWindow(215, 100, 600, 400, 0x33, sc.work, WINDOW_TITLE,0);
212
	DefineAndDrawWindow(215, 100, 600, 400, 0x33, sc.work, WINDOW_TITLE,0);
213
	GetProcessInfo(#Form, SelfInfo);
213
	GetProcessInfo(#Form, SelfInfo);
214
	if (Form.status_window>2) return;
214
	if (Form.status_window&ROLLED_UP) return;
215
	if (Form.width  < 450) { MoveSize(OLD,OLD,450,OLD); return; }
215
	if (Form.width  < 450) { MoveSize(OLD,OLD,450,OLD); return; }
216
	if (Form.height < 250) { MoveSize(OLD,OLD,OLD,250); return; }
216
	if (Form.height < 250) { MoveSize(OLD,OLD,OLD,250); return; }
217
	if (window_step == WINDOW_STEP_INTRO) Draw_IntroWindow();
217
	if (window_step == WINDOW_STEP_INTRO) Draw_IntroWindow();
218
	if (window_step == WINDOW_STEP_DRIVER_LIST) Draw_DriverListWindow();
218
	if (window_step == WINDOW_STEP_DRIVER_LIST) Draw_DriverListWindow();
219
	return;
219
	return;