Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6592 → Rev 6593

/kernel/trunk/video/vesa20.inc
2147,10 → 2147,10
mov eax, [BgrDataWidth]
dec eax
xor edx, edx
div dword [screen_workarea.right]
div dword [_display.width]
push eax ; high
xor eax, eax
div dword [screen_workarea.right]
div dword [_display.width]
push eax ; low
 
; the same for height
2157,10 → 2157,10
mov eax, [BgrDataHeight]
dec eax
xor edx, edx
div dword [screen_workarea.bottom]
div dword [_display.height]
push eax ; high
xor eax, eax
div dword [screen_workarea.bottom]
div dword [_display.height]
push eax ; low
 
; External loop for all y from start to end