VirtualBox

Changeset 51836 in vbox for trunk/include


Ignore:
Timestamp:
Jul 3, 2014 9:40:21 AM (11 years ago)
Author:
vboxsync
Message:

DevVGA, Main: fFailOnResize parameter for pfnUpdateDisplayAll

File:
1 edited

Legend:

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

    r51752 r51836  
    518518     * @returns VBox status code.
    519519     * @param   pInterface          Pointer to this interface.
    520      * @thread  The emulation thread.
    521      */
    522     DECLR3CALLBACKMEMBER(int, pfnUpdateDisplayAll,(PPDMIDISPLAYPORT pInterface));
     520     * @param   fFailOnResize       Fail is a resize is pending.
     521     * @thread  The emulation thread.
     522     */
     523    DECLR3CALLBACKMEMBER(int, pfnUpdateDisplayAll,(PPDMIDISPLAYPORT pInterface, bool fFailOnResize));
    523524
    524525    /**
     
    647648} PDMIDISPLAYPORT;
    648649/** PDMIDISPLAYPORT interface ID. */
    649 #define PDMIDISPLAYPORT_IID                     "22d3d93d-3407-487a-8308-85367eae00bb"
     650#define PDMIDISPLAYPORT_IID                     "dae29a50-5e24-4fd6-9a6a-65f6bf900acb"
    650651
    651652
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