forked from KolibriOS/kolibrios
Fix for r. 2480
git-svn-id: svn://kolibrios.org@2545 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
f10b7bd3bc
commit
1c8fb6c142
@ -5125,7 +5125,10 @@ set_screen:
|
|||||||
jz .epic_fail
|
jz .epic_fail
|
||||||
|
|
||||||
call calculate_fast_getting_offset_for_WinMapAddress
|
call calculate_fast_getting_offset_for_WinMapAddress
|
||||||
|
; for Qemu or non standart video cards
|
||||||
|
; Unfortunately [BytesPerScanLine] does not always
|
||||||
|
; equal to [_display.width] * [ScreenBPP] / 8
|
||||||
|
call calculate_fast_getting_offset_for_LFB
|
||||||
popad
|
popad
|
||||||
|
|
||||||
call repos_windows
|
call repos_windows
|
||||||
|
Loading…
Reference in New Issue
Block a user