VirtualBox

Ignore:
Timestamp:
Feb 20, 2013 1:29:30 PM (12 years ago)
Author:
vboxsync
Message:

Vbox/VMM/VMMDev: Fix the inconsistency in the type of parameters being passed from the Main to VMMdev.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VMMDev.cpp

    r44725 r44762  
    27222722static DECLCALLBACK(int)
    27232723vmmdevIPort_RequestDisplayChange(PPDMIVMMDEVPORT pInterface, uint32_t cx, uint32_t cy, uint32_t cBits, uint32_t idxDisplay,
    2724                                  uint32_t xOrigin, uint32_t yOrigin, bool fEnabled, bool fChangeOrigin)
     2724                                 int32_t xOrigin, int32_t yOrigin, bool fEnabled, bool fChangeOrigin)
    27252725{
    27262726    PVMMDEV pThis = RT_FROM_MEMBER(pInterface, VMMDEV, IPort);
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