Subversion Repositories Kolibri OS

Rev

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

Rev 8389 Rev 8946
Line 128... Line 128...
128
			
128
			
129
		case evReDraw:
129
		case evReDraw:
130
				sc.get();
130
				sc.get();
131
				DefineAndDrawWindow(130, 150, 465, 398 + skin_height, 0x34, sc.work, WINDOW_TITLE, 0);
131
				DefineAndDrawWindow(130, 150, 465, 398 + skin_height, 0x34, sc.work, WINDOW_TITLE, 0);
132
				GetProcessInfo(#Form, SelfInfo);
132
				GetProcessInfo(#Form, SelfInfo);
133
				if (Form.status_window>2) break;
133
				if (Form.status_window&ROLLED_UP) break;
134
				DrawWindowContent();
134
				DrawWindowContent();
135
	}
135
	}
Line 136... Line 136...
136
}
136
}