mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Fix the problem for 24 bits graphic card.
But it report color deep 15 are supported now. it solv the problem. Thanks WaxDragon Hope filip does like this change. svn path=/trunk/; revision=15521
This commit is contained in:
@@ -93,6 +93,7 @@ GetAvailableModes(
|
||||
if ((ModeInfoPtr->NumberOfPlanes != 1) ||
|
||||
!(ModeInfoPtr->AttributeFlags & VIDEO_MODE_GRAPHICS) ||
|
||||
((ModeInfoPtr->BitsPerPlane != 8) &&
|
||||
(ModeInfoPtr->BitsPerPlane != 15) &&
|
||||
(ModeInfoPtr->BitsPerPlane != 16) &&
|
||||
(ModeInfoPtr->BitsPerPlane != 24) &&
|
||||
(ModeInfoPtr->BitsPerPlane != 32)))
|
||||
|
||||
Reference in New Issue
Block a user