Subversion Repositories Kolibri OS

Rev

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

Rev 5674 Rev 5694
Line 1... Line 1...
1
dword col_palette[14] = {0xD2D3D3,0xD4D4D4,0xD6D5D6,0xD8D7D8,0xDAD8D9,0xDCDADB,
1
dword col_palette[14] = {0xD2D3D3,0xD4D4D4,0xD6D5D6,0xD8D7D8,0xDAD8D9,0xDCDADB,
2
0xDFDCDD,0xE1DDDE,0xE2DEE0,0xE4DFE1,0xE3DFE1,0xE3DFE1,0xE3DFE1,0xE3DFE1,0xE3DFE1};
2
0xDFDCDD,0xE1DDDE,0xE2DEE0,0xE4DFE1,0xE3DFE1,0xE3DFE1,0xE3DFE1,0xE3DFE1,0xE3DFE1};
Line 3... Line 3...
3
 
3
 
4
void Scroll() {
4
void Scroll(char scroll_used) {
Line 5... Line 5...
5
	dword i;
5
	dword i;
6
 
6
 
7
	word sc_x = Form.cwidth - 18;
7
	word sc_x = Form.cwidth - 18;