Subversion Repositories Kolibri OS

Rev

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

Rev 7285 Rev 7286
Line 1... Line 1...
1
#define MEMSIZE 4096*80
1
#define MEMSIZE 4096*100
Line 2... Line 2...
2
 
2
 
3
#include "../lib/kfont.h"
3
#include "../lib/kfont.h"
4
#include "../lib/io.h"
4
#include "../lib/io.h"
5
#include "../lib/gui.h"
5
#include "../lib/gui.h"
Line 86... Line 86...
86
 
86
 
87
void main()
87
void main()
88
{   
88
{   
89
	InitDlls();	
89
	InitDlls();	
-
 
90
	OpenDialog_init stdcall (#o_dialog);
90
	OpenDialog_init stdcall (#o_dialog);
91
	LoadIniSettings();
91
	kfont.init(DEFAULT_FONT);
92
	kfont.init(DEFAULT_FONT);
92
	Libimg_LoadImage(#skin, abspath("toolbar.png"));
-
 
93
	LoadIniSettings();
93
	Libimg_LoadImage(#skin, abspath("toolbar.png"));
94
	list.no_selection = true;
94
	list.no_selection = true;
95
	SetEventMask(10000000000000000000000001100111b);
95
	SetEventMask(10000000000000000000000001100111b);
96
	loop()
96
	loop()
97
	{
97
	{