VirtualBox

Ignore:
Timestamp:
Jul 1, 2013 10:09:35 AM (11 years ago)
Author:
vboxsync
Message:

added Win8.1 OS type

Location:
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPUtils.cpp

    r46851 r46876  
    6363    {
    6464        if (minor == 3)
    65             s_WinVersion = WIN8_1;
     65            s_WinVersion = WIN81;
    6666        else if (minor == 2)
    6767            s_WinVersion = WIN8;
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPUtils.h

    r46851 r46876  
    9595    WIN7      = 5,
    9696    WIN8      = 6,
    97     WIN8_1    = 7
     97    WIN81     = 7
    9898} vboxWinVersion_t;
    9999
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPVidModes.cpp

    r46851 r46876  
    357357                     * if the framebuffer window requires scrolling to fit the guest resolution.
    358358                     * So add 1024x768 resolution for win8 guest to allow user switch to it */
    359                     ((VBoxQueryWinVersion() != WIN8 && VBoxQueryWinVersion() != WIN8_1) || resolutionMatrix[resIndex].xRes != 1024 || resolutionMatrix[resIndex].yRes != 768) &&
    360 #endif
    361                     !VBoxLikesVideoMode(iDisplay, resolutionMatrix[resIndex].xRes, resolutionMatrix[resIndex].yRes - yOffset, bitsPerPixel))
     359                       (   (VBoxQueryWinVersion() != WIN8 && VBoxQueryWinVersion() != WIN81)
     360                        || resolutionMatrix[resIndex].xRes != 1024
     361                        || resolutionMatrix[resIndex].yRes != 768)
     362                    &&
     363#endif
     364                       !VBoxLikesVideoMode(iDisplay, resolutionMatrix[resIndex].xRes,
     365                                           resolutionMatrix[resIndex].yRes - yOffset, bitsPerPixel))
    362366            {
    363367                /* host doesn't like this mode */
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPMisc.cpp

    r46851 r46876  
    619619    else
    620620    {
    621         Assert(ver == WIN7 || ver == WIN8 || ver == WIN8_1);
     621        Assert(ver == WIN7 || ver == WIN8 || ver == WIN81);
    622622        pKeyPrefix = VBOXWDDM_REG_DISPLAYSETTINGSKEY_PREFIX_WIN7;
    623623        cbKeyPrefix = sizeof (VBOXWDDM_REG_DISPLAYSETTINGSKEY_PREFIX_WIN7);
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