VirtualBox

Changeset 53851 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Jan 16, 2015 10:03:25 AM (10 years ago)
Author:
vboxsync
Message:

Host 3D & Main: coding style update.

File:
1 edited

Legend:

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

    r53849 r53851  
    34003400}
    34013401
    3402 HRESULT Display::notifyScaleFactorChange(ULONG uScreen, ULONG u32ScaleFactorWMultiplied, ULONG u32ScaleFactorHMultiplied)
     3402HRESULT Display::notifyScaleFactorChange(ULONG aScreenId, ULONG aScaleFactorWMultiplied, ULONG aScaleFactorHMultiplied)
    34033403{
    34043404#if defined(VBOX_WITH_HGCM) && defined(VBOX_WITH_CROGL)
    34053405    HRESULT hr = E_UNEXPECTED;
    34063406
    3407     if (uScreen >= mcMonitors)
     3407    if (aScreenId >= mcMonitors)
    34083408        return E_INVALIDARG;
    34093409
     
    34243424                    int rc;
    34253425
    3426                     pData->u32Screen                 = (uint32_t)uScreen;
    3427                     pData->u32ScaleFactorWMultiplied = (uint32_t)u32ScaleFactorWMultiplied;
    3428                     pData->u32ScaleFactorHMultiplied = (uint32_t)u32ScaleFactorHMultiplied;
     3426                    pData->u32Screen                 = aScreenId;
     3427                    pData->u32ScaleFactorWMultiplied = aScaleFactorWMultiplied;
     3428                    pData->u32ScaleFactorHMultiplied = aScaleFactorHMultiplied;
    34293429
    34303430                    pCtl->Hdr.enmType              = VBOXCRCMDCTL_TYPE_HGCM;
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