Subversion Repositories Kolibri OS

Rev

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

Rev 6794 Rev 6803
Line 32... Line 32...
32
	strcpy(#pics[pics_count].path, i_path);
32
	strcpy(#pics[pics_count].path, i_path);
33
	return pics_count;
33
	return pics_count;
34
}
34
}
Line 35... Line 35...
35
 
35
 
36
 
36
 
37
void ImageCache::Images(int left1, top1, width1)
37
void ImageCache::Images(dword left1, top1, width1)
38
{
38
{
39
	dword image;
39
	dword image;
Line 40... Line 40...
40
    char img_path[4096], alt[4096]=0;
40
    char img_path[4096], alt[4096]=0;
41
    int imgw=0, imgh=0, img_lines_first=0, cur_pic=0;
41
    dword imgw=0, imgh=0, img_lines_first=0, cur_pic=0;
42
	
42
	
43
	do{
43
	do{