Subversion Repositories Kolibri OS

Rev

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

Rev 5761 Rev 5765
Line 127... Line 127...
127
	}
127
	}
128
	Open_Dir(#path,ONLY_OPEN);
128
	Open_Dir(#path,ONLY_OPEN);
129
	strcpy(#inactive_path, #path);
129
	strcpy(#inactive_path, #path);
130
	llist_copy(#files_inactive, #files);
130
	llist_copy(#files_inactive, #files);
131
	font.no_bg_copy = true;
131
	font.no_bg_copy = true;
132
	font.load("/sys/font/Tahoma.kf");
132
	font.load("/sys/fonts/tahoma.kf");
133
	SetEventMask(1100111b);
133
	SetEventMask(1100111b);
134
	loop(){
134
	loop(){
135
		switch(WaitEvent())
135
		switch(WaitEvent())
136
		{
136
		{
137
			case evMouse:
137
			case evMouse: