Subversion Repositories Kolibri OS

Rev

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

Rev 9445 Rev 9597
Line 126... Line 126...
126
				if (@GetKeyScancode() == SCAN_CODE_ESC) ExitProcess();
126
				if (@GetKeyScancode() == SCAN_CODE_ESC) ExitProcess();
127
				break;
127
				break;
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_h, 0x34, sc.work, WINDOW_TITLE, 0);
132
				GetProcessInfo(#Form, SelfInfo);
132
				GetProcessInfo(#Form, SelfInfo);
133
				if (Form.status_window&ROLLED_UP) break;
133
				if (Form.status_window&ROLLED_UP) break;
134
				DrawWindowContent();
134
				DrawWindowContent();
135
	}
135
	}