* 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:
Evgeny Grechnikov (Diamond)
2007-02-06 14:00:27 +00:00
parent 1ace68286b
commit 5121a68d46
2 changed files with 2 additions and 2 deletions

View File

@@ -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!