Subversion Repositories Kolibri OS

Rev

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

Rev 5876 Rev 5877
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
	
162
	ini_get_str stdcall ("/sys/SETTINGS/SYSTEM.INI", "system", "font file",#TMPS,4096,"/sys/FONTS/Tahoma.kf");
163
	ini_get_str stdcall ("/sys/SETTINGS/SYSTEM.INI", "system", "font file",#TMPS,4096,"/sys/FONTS/Tahoma.kf");
-
 
164
	font.load(#TMPS);
-
 
165
	ini_get_str stdcall ("/sys/SETTINGS/SYSTEM.INI", "system", "font smoothing",#TMPS,4096,"on");
-
 
166
	if(!strcmp(#TMPS,"off"))smooth_font = false;
163
	font.load(#TMPS);
167
	else smooth_font = true;
164
	SetEventMask(1100111b);
168
	SetEventMask(1100111b);
165
	loop(){
169
	loop(){
166
		switch(WaitEvent())
170
		switch(WaitEvent())
167
		{
171
		{