Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 914 → Rev 928

/kernel/branches/kolibri_pe/drivers/ati2d.asm
571,7 → 571,7
 
shl edx, 8
add edx, [esi+CURSOR.base]
sub edx, LFBAddress
sub edx, LFB_BASE
wrr CUR_OFFSET, edx
popfd
ret
602,7 → 602,7
lea eax,[eax+ebx*8]
 
shl eax,14
add eax, LFBAddress+CURSOR_IMAGE_OFFSET
add eax, LFB_BASE+CURSOR_IMAGE_OFFSET
ret
endp
 
610,7 → 610,7
video_free:
pushfd
cli
sub eax, LFBAddress+CURSOR_IMAGE_OFFSET
sub eax, LFB_BASE+CURSOR_IMAGE_OFFSET
shr eax, 14
mov ebx, cursor_map
bts [ebx], eax
/kernel/branches/kolibri_pe/drivers/imports.inc
82,6 → 82,6
strncmp,\
strnlen,\
strchr,\
strrchr,\
\
LFBAddress
strrchr