Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 387 → Rev 388

/kernel/branches/flat_kernel/video/cursors.inc
444,6 → 444,7
 
stdcall load_driver, szHwMouse
mov [hw_cursor], eax
 
test eax, eax
jz .sw_mouse
 
/kernel/branches/flat_kernel/video/vesa20.inc
38,7 → 38,7
 
getpixel:
push eax ebx edx edi
call dword [0xe024]
call dword [GETPIXEL]
pop edi edx ebx eax
ret