Subversion Repositories Kolibri OS

Rev

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

Rev 5846 Rev 5876
Line 107... Line 107...
107
#include "include\history.h"
107
#include "include\history.h"
108
#include "include\menu.h"
108
#include "include\menu.h"
109
#include "include\about.h"
109
#include "include\about.h"
110
#include "include\properties.h"
110
#include "include\properties.h"
Line 111... Line -...
111
 
-
 
-
 
111
 
112
 
112
char TMPS[4096];
113
//char *TMP_PARS,*TMP_PARS2;
113
//char *TMP_PARS,*TMP_PARS2;
114
void main() 
114
void main() 
115
{
115
{
116
	word id;
116
	word id;
Line 157... Line 157...
157
	
157
	
158
	Open_Dir(#path,ONLY_OPEN);
158
	Open_Dir(#path,ONLY_OPEN);
159
	strcpy(#inactive_path, #path);
159
	strcpy(#inactive_path, #path);
160
	llist_copy(#files_inactive, #files);
160
	llist_copy(#files_inactive, #files);
-
 
161
	font.no_bg_copy = true;
161
	font.no_bg_copy = true;
162
	ini_get_str stdcall ("/sys/SETTINGS/SYSTEM.INI", "system", "font file",#TMPS,4096,"/sys/FONTS/Tahoma.kf");
162
	font.load("/sys/fonts/tahoma.kf");
163
	font.load(#TMPS);
163
	SetEventMask(1100111b);
164
	SetEventMask(1100111b);
164
	loop(){
165
	loop(){
165
		switch(WaitEvent())
166
		switch(WaitEvent())
166
		{
167
		{