forked from KolibriOS/kolibrios
* Corrected size of display_data in calculatebackground
* Fixed bug with VRR changing videomode git-svn-id: svn://kolibrios.org@322 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -3468,7 +3468,7 @@ calculatebackground: ; background
|
||||
|
||||
mov edi,display_data ; set os to use all pixels
|
||||
mov eax,0x01010101
|
||||
mov ecx,0x1fff00 / 4
|
||||
mov ecx,0x15ff00 / 4
|
||||
rep stosd
|
||||
|
||||
mov byte [0xFFF0], 0 ; do not draw background!
|
||||
|
Reference in New Issue
Block a user