Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5693 → Rev 5694

/programs/cmm/eolite/include/gui.h
2,7 → 2,7
dword col_palette[14] = {0xD2D3D3,0xD4D4D4,0xD6D5D6,0xD8D7D8,0xDAD8D9,0xDCDADB,
0xDFDCDD,0xE1DDDE,0xE2DEE0,0xE4DFE1,0xE3DFE1,0xE3DFE1,0xE3DFE1,0xE3DFE1,0xE3DFE1};
 
void Scroll() {
void Scroll(char scroll_used) {
dword i;
 
word sc_x = Form.cwidth - 18;