Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2473 → Rev 2472

/kernel/trunk/video/cursors.inc
353,8 → 353,6
 
stdcall init_cursor, eax, esi
 
align 4
.add_cursor:
mov ecx, [.hcursor]
lea ecx, [ecx+CURSOR.list_next]
lea edx, [_display.cr_list.next]
365,6 → 363,9
popfd
 
mov eax, [.hcursor]
;--------------------------------------
align 4
.check_hw:
cmp [_display.init_cursor], 0
je .fail
 
391,7 → 392,7
mov ecx, 1024
cld
rep movsd
jmp .add_cursor
jmp .check_hw
;------------------------------------------------------------------------------
align 4
proc load_cursor stdcall, src:dword, flags:dword