Subversion Repositories Kolibri OS

Rev

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

Rev 3225 Rev 3363
Line -... Line 1...
-
 
1
#define MEMSIZE 0x3E80
1
#include "..\lib\kolibri.h" 
2
#include "..\lib\kolibri.h" 
-
 
3
#include "..\lib\strings.h" 
2
#include "..\lib\file_system.h"
4
#include "..\lib\file_system.h"
Line 3... Line 5...
3
 
5
 
4
 
6
 
Line 30... Line 32...
30
}
32
}
Line 31... Line 33...
31
 
33
 
32
 
34
 
-
 
35
void draw_window()
33
void draw_window()
36
{
-
 
37
	proc_info Form;
34
{
38
	DefineAndDrawWindow(215,100,250,200,0x34,0xFFFFFF,"Window header");
35
	DefineAndDrawWindow(215,100,250,200,0x34,0xFFFFFF,"Window header");
-
 
36
	WriteText(50,80,0x80,0,"Press Enter");
39
	GetProcessInfo(#Form, SelfInfo);
Line 37... Line 40...
37
	
40
	WriteText(50,80,0x80,0,"Press Enter");