Subversion Repositories Kolibri OS

Rev

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

Rev 6678 Rev 6746
Line 32... Line 32...
32
					ExitProcess();
32
					ExitProcess();
33
				}
33
				}
34
				break;
34
				break;
Line 35... Line 35...
35
				
35
				
36
		case evReDraw:
36
		case evReDraw:
37
				DefineAndDrawWindow(Form.left+Form.width/2,Form.top+Form.height/2-114,310,300+GetSkinHeight(),0x34,system.color.work,NULL);
37
				DefineAndDrawWindow(Form.left+Form.width/2,Form.top+Form.height/2-114,310,300+GetSkinHeight(),0x34,system.color.work,NULL,0);
38
				GetProcessInfo(#about_form, SelfInfo);
38
				GetProcessInfo(#about_form, SelfInfo);
39
				if (about_form.status_window>2) break;
39
				if (about_form.status_window>2) break;
40
				logo_pal[0] = system.color.work;
40
				logo_pal[0] = system.color.work;
41
				PutPaletteImage(#logo,86,86,about_form.cwidth-86/2,10,8,#logo_pal);
41
				PutPaletteImage(#logo,86,86,about_form.cwidth-86/2,10,8,#logo_pal);