Subversion Repositories Kolibri OS

Rev

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

Rev 8389 Rev 8946
Line 102... Line 102...
102
 
102
 
103
		case evReDraw:
103
		case evReDraw:
104
			SetAppColors();
104
			SetAppColors();
105
			DefineAndDrawWindow(screen.width-window_width/2,screen.height-window_height/2,window_width,window_height,0x74,sc.work,"",0);
105
			DefineAndDrawWindow(screen.width-window_width/2,screen.height-window_height/2,window_width,window_height,0x74,sc.work,"",0);
106
			GetProcessInfo(#Form, SelfInfo);
106
			GetProcessInfo(#Form, SelfInfo);
107
			if (Form.status_window>2) { 
107
			if (Form.status_window&ROLLED_UP) { 
108
				DrawTitle(#window_title);
108
				DrawTitle(#window_title);
109
				break;
109
				break;
110
			}
110
			}
111
			if (small_screen) {
111
			if (small_screen) {