mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Set screen width/height
svn path=/trunk/; revision=5115
This commit is contained in:
parent
bbab51678b
commit
6b72cd60c5
1 changed files with 2 additions and 0 deletions
|
@ -109,6 +109,8 @@ BOOL InitVGA(PPDEV ppdev, BOOL bFirst)
|
|||
|
||||
char* vidmem;
|
||||
|
||||
ppdev->sizeSurf.cx = 640;
|
||||
ppdev->sizeSurf.cy = 480;
|
||||
ppdev->ModeNum = 12;
|
||||
|
||||
// Set the mode that was requested
|
||||
|
|
Loading…
Reference in a new issue