Subversion Repositories Kolibri OS

Rev

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

Rev 8933 Rev 8946
Line 183... Line 183...
183
void draw_window()
183
void draw_window()
184
{
184
{
185
	sc.get();
185
	sc.get();
186
	DefineAndDrawWindow(screen.width-600/2,80,630,504+skin_height,0x34,sc.work,WINDOW_HEADER,0);
186
	DefineAndDrawWindow(screen.width-600/2,80,630,504+skin_height,0x34,sc.work,WINDOW_HEADER,0);
187
	GetProcessInfo(#Form, SelfInfo);
187
	GetProcessInfo(#Form, SelfInfo);
188
	IF (Form.status_window>=2) return;
188
	IF (Form.status_window&ROLLED_UP) return;
189
	DrawWindowContent();
189
	DrawWindowContent();
190
}
190
}
Line 191... Line 191...
191
 
191
 
192
void DrawWindowContent()
192
void DrawWindowContent()