VirtualBox

Changeset 57191 in vbox for trunk/include


Ignore:
Timestamp:
Aug 5, 2015 12:22:01 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
101943
Message:

pdmifs.h: ViewPort -> Viewport, docs.

File:
1 edited

Legend:

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

    r57088 r57191  
    650650        uint8_t       *pbDst, int32_t xDst, int32_t yDst, uint32_t cxDst, uint32_t cyDst, uint32_t cbDstLine, uint32_t cDstBitsPerPixel));
    651651
    652 #ifdef VBOX_WITH_VMSVGA
    653     /**
    654      * Inform the VGA device of viewport changes (as a result of e.g. scrolling)
    655      *
    656      * @param   pInterface          Pointer to this interface.
    657      * @param   uScreenId           The screen updates are for.
     652    /**
     653     * Inform the VGA device of viewport changes (as a result of e.g. scrolling).
     654     *
     655     * @param   pInterface          Pointer to this interface.
     656     * @param   idScreen            The screen updates are for.
    658657     * @param   x                   The upper left corner x coordinate of the new viewport rectangle
    659658     * @param   y                   The upper left corner y coordinate of the new viewport rectangle
    660659     * @param   cx                  The width of the new viewport rectangle
    661660     * @param   cy                  The height of the new viewport rectangle
    662      * @thread  The emulation thread.
    663      */
    664     DECLR3CALLBACKMEMBER(void, pfnSetViewPort,(PPDMIDISPLAYPORT pInterface, uint32_t uScreenId, uint32_t x, uint32_t y, uint32_t cx, uint32_t cy));
    665 #endif
     661     * @thread  GUI thread?
     662     *
     663     * @remarks Is allowed to be NULL.
     664     */
     665    DECLR3CALLBACKMEMBER(void, pfnSetViewport,(PPDMIDISPLAYPORT pInterface,
     666                                               uint32_t idScreen, uint32_t x, uint32_t y, uint32_t cx, uint32_t cy));
    666667
    667668    /**
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