Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3587 → Rev 3588

/kernel/trunk/kernel.asm
2918,7 → 2918,7
jnz nogb1
mov eax, [BgrDataWidth]
shl eax, 16
mov ax, [BgrDataHeight]
mov ax, word [BgrDataHeight]
mov [esp+32], eax
ret
;------------------------------------------------------------------------------