Subversion Repositories Kolibri OS

Rev

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

Rev 7149 Rev 7160
Line 41... Line 41...
41
		PutPixel(x,y+1,color);
41
		PutPixel(x,y+1,color);
42
		PutPixel(x+6,y+1,color);
42
		PutPixel(x+6,y+1,color);
43
		PutPixel(x+14,y+3,color);
43
		PutPixel(x+14,y+3,color);
44
		PutPixel(x,y+13,color);
44
		PutPixel(x,y+13,color);
45
		PutPixel(x+14,y+13,color);
45
		PutPixel(x+14,y+13,color);
46
		debugi(filenum);
-
 
47
	}
46
	}
48
	if (filenum == 22) PutPixel(x+10,y+2,0x1A7B17); //green arrow part
47
	if (filenum == 22) PutPixel(x+10,y+2,0x1A7B17); //green arrow part
49
}
48
}