Subversion Repositories Kolibri OS

Rev

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

Rev 6684 Rev 6746
Line 30... Line 30...
30
	}
30
	}
31
}
31
}
Line 32... Line 32...
32
 
32
 
33
void draw_window()
33
void draw_window()
34
{
34
{
35
	DefineAndDrawWindow(215, 100, 350, 300, 0x34, 0xEEEeee, "Window title");
35
	DefineAndDrawWindow(215, 100, 350, 300, 0x34, 0xEEEeee, "Window title",0);
36
	GetProcessInfo(#Form, SelfInfo);
36
	GetProcessInfo(#Form, SelfInfo);