Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 672 → Rev 673

/kernel/trunk/video/cursors.inc
444,9 → 444,13
 
align 4
proc init_cursors
 
cmp [SCR_MODE],word 0x13
jbe .fail
 
test word [SCR_MODE], 0x4000
jz .fail
 
movzx eax, byte [ScreenBPP]
mov ebx, [BytesPerScanLine]
cmp eax, 32