VirtualBox

Changeset 54165 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Feb 11, 2015 11:53:40 PM (10 years ago)
Author:
vboxsync
Message:

Display::notifyScaleFactorChange: thanks a bunch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/DisplayImpl.cpp

    r54164 r54165  
    35363536    }
    35373537    else
     3538# if 0 /** @todo Thank you so very much from anyone using VMSVGA3d!  */
    35383539        AssertMsgFailed(("Attempt to specify OpenGL content scale factor while 3D acceleration is disabled in VM config. Ignored.\n"));
     3540# else
     3541    {
     3542        hr = S_OK;
     3543        /* Need an interface like this here (and the #ifdefs needs adjusting):
     3544        PPDMIDISPLAYPORT pUpPort = mpDrv ? mpDrv->pUpPort : NULL;
     3545        if (pUpPort && pUpPort->pfnSetScaleFactor)
     3546            pUpPort->pfnSetScaleFactor(pUpPort, aScreeId, aScaleFactorWMultiplied, aScaleFactorHMultiplied); */
     3547    }
     3548# endif
    35393549
    35403550    return hr;
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