VirtualBox

Changeset 21880 in vbox


Ignore:
Timestamp:
Jul 30, 2009 12:52:02 PM (15 years ago)
Author:
vboxsync
Message:

crOpenGL: fix openglext viewer reporting no hardware support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/wgl.c

    r20635 r21880  
    522522                break;
    523523            case WGL_COLOR_BITS_ARB:
    524                 pValues[i] = 24;
     524                pValues[i] = 32;
    525525                break;
    526526            case WGL_RED_BITS_ARB:
     
    638638                break;
    639639            case WGL_COLOR_BITS_ARB:
    640                 pValues[i] = 24.f;
     640                pValues[i] = 32.f;
    641641                break;
    642642            case WGL_RED_BITS_ARB:
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette