Subversion Repositories Kolibri OS

Rev

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

Rev 5979 Rev 6746
Line 115... Line 115...
115
}
115
}
Line 116... Line 116...
116
 
116
 
117
 
117
 
118
int DefineWindow(dword wtitle) {
118
int DefineWindow(dword wtitle) {
119
	system.color.get();
119
	system.color.get();
120
	DefineAndDrawWindow(GetScreenWidth()-WIN_W/2,GetScreenHeight()-WIN_H/2, WIN_W, WIN_H, 0x73,system.color.work); 
120
	DefineAndDrawWindow(GetScreenWidth()-WIN_W/2,GetScreenHeight()-WIN_H/2, WIN_W, WIN_H, 0x73,system.color.work, 0,0); 
121
	DrawTitle(wtitle);
121
	DrawTitle(wtitle);
122
	GetProcessInfo(#Form, SelfInfo);
122
	GetProcessInfo(#Form, SelfInfo);
123
	if (Form.status_window>2) return 0; //rolled_up
123
	if (Form.status_window>2) return 0; //rolled_up