Subversion Repositories Kolibri OS

Rev

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

Rev 7503 Rev 7504
Line 17... Line 17...
17
{
17
{
18
	if (textPtr) {
18
	if (textPtr) {
19
		int textLen = strlen(textPtr);
19
		int textLen = strlen(textPtr);
20
		if (textLen*6 > areaWidth) textLen = areaWidth / 6;
20
		if (textLen*8 > areaWidth) textLen = areaWidth / 8;
21
		kos_WriteTextToWindow(x,y,0,textColour,textPtr,textLen);	
21
		kos_WriteTextToWindow(x,y,0x10,textColour,textPtr,textLen);	
22
	}
22
	}
23
}
23
}
24
 
24
 
Line 25... Line 25...
25
// äà, ýòî áàÿí
25
// äà, ýòî áàÿí
26
int atoi(const char* string)
26
int atoi(const char* string)