Subversion Repositories Kolibri OS

Rev

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

Rev 7757 Rev 7806
Line 123... Line 123...
123
	LoginBoxLoop();
123
	LoginBoxLoop();
124
}
124
}
Line 125... Line 125...
125
 
125
 
126
 
126
 
127
int DefineWindow(dword wtitle) {
127
int DefineWindow(dword wtitle) {
128
	system.color.get();
128
	sc.get();
129
	DefineAndDrawWindow(GetScreenWidth()-WIN_W/2,GetScreenHeight()-WIN_H/2, WIN_W, WIN_H, 0x73,system.color.work, 0,0); 
129
	DefineAndDrawWindow(GetScreenWidth()-WIN_W/2,GetScreenHeight()-WIN_H/2, WIN_W, WIN_H, 0x73,sc.work, 0,0); 
130
	DrawTitle(wtitle);
130
	DrawTitle(wtitle);
131
	GetProcessInfo(#Form, SelfInfo);
131
	GetProcessInfo(#Form, SelfInfo);
132
	if (Form.status_window>2) return 0; //rolled_up
132
	if (Form.status_window>2) return 0; //rolled_up