VirtualBox

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


Ignore:
Timestamp:
Feb 25, 2020 6:19:56 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
136277
Message:

bugref:9637 Some PDMIDISPLAYPORT::pfnReportMonitorPositions nits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmifs.h

    r83142 r83156  
    712712
    713713    /**
    714      * Notify the graphics device about the monitor positions since the ones we get from vmwgfx FIFO are not correct. In an ideal
    715      * universe this method should not be here.
    716      *
    717      * @param   pInterface   Pointer to this interface.
    718      * @param   cPositions   Number of monitor positions
    719      * @param   pPosition    Monitor positions (offsets/origins) array
     714     * Notify the graphics device about the monitor positions since the ones we get
     715     * from vmwgfx FIFO are not correct.
     716     *
     717     * In an ideal universe this method should not be here.
     718     *
     719     * @param   pInterface      Pointer to this interface.
     720     * @param   cPositions      Number of monitor positions.
     721     * @param   paPositions     Monitor positions (offsets/origins) array.
    720722     * @thread  Any.
    721723     */
    722     DECLR3CALLBACKMEMBER(void, pfnReportMonitorPositions, (PPDMIDISPLAYPORT pInterface, uint32_t cPositions, PRTPOINT pPosition));
     724    DECLR3CALLBACKMEMBER(void, pfnReportMonitorPositions, (PPDMIDISPLAYPORT pInterface, uint32_t cPositions,
     725                                                           PCRTPOINT paPositions));
    723726
    724727} PDMIDISPLAYPORT;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette