VirtualBox

Changeset 44762 in vbox for trunk/include/VBox/vmm


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/include/VBox/vmm/pdmifs.h

    r44708 r44762  
    20662066     * @param   cBits           Bits per pixel (0 = do not change).
    20672067     * @param   idxDisplay      The display index.
    2068      * @param   xOrigin         The X coordinate of the lower left corner of the
    2069      *                          display.  (Presumably, as the lazy coder
    2070      *                          adding this parameter didn't bother to document it.)
    2071      * @param   yOrigin         The Y coordinate of the lower left corner of the
    2072      *                          display.  (Presumably, as the lazy coder adding
    2073      *                          this parameter didn't bother to document it.)
     2068     * @param   xOrigin         The X coordinate of the lower left
     2069     *                          corner of the secondary display with
     2070     *                          ID = idxDisplay
     2071     * @param   yOrigin         The Y coordinate of the lower left
     2072     *                          corner of the secondary display with
     2073     *                          ID = idxDisplay
    20742074     * @param   fEnabled        Whether the display is enabled or not. (Guessing
    20752075     *                          again.)
    20762076     * @param   fChangeOrigin   Whether the display origin point changed. (Guess)
    2077      * @todo r=bird: Any reason why this interface is using uint32_t and not int32_t
    2078      *       for xOrigin and yOrigin? The Main side is using LONG there, while the
    2079      *       cx/cy are ULONG.
    20802077     */
    20812078    DECLR3CALLBACKMEMBER(int, pfnRequestDisplayChange,(PPDMIVMMDEVPORT pInterface, uint32_t cx,
    20822079                         uint32_t cy, uint32_t cBits, uint32_t idxDisplay,
    2083                          uint32_t xOrigin, uint32_t yOrigin, bool fEnabled, bool fChangeOrigin));
     2080                         int32_t xOrigin, int32_t yOrigin, bool fEnabled, bool fChangeOrigin));
    20842081
    20852082    /**
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