Subversion Repositories Kolibri OS

Rev

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

Rev 8762 Rev 9597
Line 31... Line 31...
31
					ExitProcess();
31
					ExitProcess();
32
				}
32
				}
33
				break;
33
				break;
Line 34... Line 34...
34
				
34
				
35
		case evReDraw:
35
		case evReDraw:
36
				DefineAndDrawWindow(Form.left+Form.width/2,Form.top+Form.height/2-114,300,300+skin_height,0x34,sc.work,T_ABOUT,0);
36
				DefineAndDrawWindow(Form.left+Form.width/2,Form.top+Form.height/2-114,300,300+skin_h,0x34,sc.work,T_ABOUT,0);
37
				GetProcessInfo(#about_form, SelfInfo);
37
				GetProcessInfo(#about_form, SelfInfo);
38
				if (about_form.status_window>2) break;
38
				if (about_form.status_window>2) break;
39
				logo_pal[0] = sc.work;
39
				logo_pal[0] = sc.work;
40
				ESDWORD[#logo_pal+16] = sc.work_dark;
40
				ESDWORD[#logo_pal+16] = sc.work_dark;