Subversion Repositories Kolibri OS

Rev

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

Rev 9445 Rev 9597
Line 158... Line 158...
158
}
158
}
Line 159... Line 159...
159
 
159
 
160
void draw_window()
160
void draw_window()
161
{
161
{
162
	sc.get();			
162
	sc.get();			
163
	DefineAndDrawWindow(screen.width-600/2,100,640,600,0x73,sc.work,T_WINDOW_HEADER,0);
163
	DefineAndDrawWindow(screen.w-600/2,100,640,600,0x73,sc.work,T_WINDOW_HEADER,0);
164
	GetProcessInfo(#Form, SelfInfo);
164
	GetProcessInfo(#Form, SelfInfo);
165
	IF (Form.status_window&ROLLED_UP) return;
165
	IF (Form.status_window&ROLLED_UP) return;
166
	if (Form.width  < 270) { MoveSize(OLD,OLD,270,OLD); return; }
166
	if (Form.width  < 270) { MoveSize(OLD,OLD,270,OLD); return; }
167
	if (Form.height < 200) { MoveSize(OLD,OLD,OLD,200); return; }
167
	if (Form.height < 200) { MoveSize(OLD,OLD,OLD,200); return; }