Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 253 → Rev 254

/kernel/trunk/video/cursors.inc
282,8 → 282,7
 
mov [cursor_start],ebx
sub ebx, cursor_map
shl ebx, 3
add eax,ebx
lea eax,[eax+ebx*8]
shl eax,3
lea eax,[cursors+eax+eax*2]