VirtualBox

Ignore:
Timestamp:
Apr 5, 2010 7:06:00 PM (15 years ago)
Author:
vboxsync
Message:

yet another burn fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp

    r27989 r27990  
    870870static DWORD vboxDispIfResizeXPDM(PCVBOXDISPIF const pIf, LPCSTR lpszDeviceName, LPDEVMODE lpDevMode, LONG *pResult)
    871871{
    872     SetLastError(NO_ERROR);
    873     *pResult = pIf->modeData.xpdm.pfnChangeDisplaySettingsEx(lpszDeviceName,
    874             lpDevMode, NULL, lpDevMode ? (CDS_NORESET | CDS_UPDATEREGISTRY) : 0, NULL);
    875     return GetLastError();
     872    return ERROR_NOT_SUPPORTED;
    876873}
    877874
     
    883880            return ERROR_NOT_SUPPORTED;
    884881        case VBOXDISPIF_MODE_XPDM:
    885 //            return vboxDispIfResizeXPDM(pIf, lpszDeviceName, lpDevMode, pResult);
    886             return ERROR_NOT_SUPPORTED;
     882            return vboxDispIfResizeXPDM(pIf, lpszDeviceName, lpDevMode, pResult);
    887883#ifdef VBOXWDDM
    888884        case VBOXDISPIF_MODE_WDDM:
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