Subversion Repositories Kolibri OS

Rev

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

Rev 9536 Rev 9597
Line 99... Line 99...
99
}
99
}
Line 100... Line 100...
100
 
100
 
101
void draw_window()
101
void draw_window()
102
{
102
{
103
	sc.get();
103
	sc.get();
104
	DefineAndDrawWindow(screen.width-WINW/2,screen.height-WINH/2,
104
	DefineAndDrawWindow(screen.w-WINW/2,screen.h-WINH/2,
105
		WINW+9,WINH+skin_height,0x34,sc.work,T_WINDOW_TITLE,0);
105
		WINW+9,WINH+skin_h,0x34,sc.work,T_WINDOW_TITLE,0);
106
	WriteText(30, 20, 0x91, 0xEC008C, T_TITLE_H1);
106
	WriteText(30, 20, 0x91, 0xEC008C, T_TITLE_H1);
107
	if (!install_complete) {
107
	if (!install_complete) {
108
			if (GetProcessSlot(unimg_id)) {
108
			if (GetProcessSlot(unimg_id)) {
109
				//UNPACKING
109
				//UNPACKING