Subversion Repositories Kolibri OS

Rev

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

Rev 8389 Rev 8946
Line 252... Line 252...
252
 
252
 
253
 
253
 
254
void draw_window() {
254
void draw_window() {
255
	GetProcessInfo(#Form, SelfInfo);
255
	GetProcessInfo(#Form, SelfInfo);
256
	DrawTopPanel();
256
	DrawTopPanel();
257
	IF (Form.status_window>=2) return;
257
	IF (Form.status_window&ROLLED_UP) return;
258
	if (window_mode == WINDOW_MODE_NORMAL)
258
	if (window_mode == WINDOW_MODE_NORMAL)
259
	{
259
	{
260
		DrawPlayList();
260
		DrawPlayList();