VirtualBox

Changeset 3526 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jul 10, 2007 1:18:54 PM (18 years ago)
Author:
vboxsync
Message:

Introduced RTRECT data type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pdm.h

    r3525 r3526  
    654654
    655655
    656 /**
    657  * Display rectangle
    658  */
    659 typedef struct PDMIDISPLAYRECT
    660 {
    661     int32_t     x;
    662     int32_t     y;
    663     uint32_t    cx;
    664     uint32_t    cy;
    665 } PDMIDISPLAYRECT, *PPDMIDISPLAYRECT;
    666 
    667656
    668657/** Pointer to a display port interface. */
     
    795784     * @thread  The emulation thread.
    796785     */
    797     DECLR3CALLBACKMEMBER(int, pfnSetVisibleRegion,(PPDMIDISPLAYPORT pInterface, uint32_t cRect, PPDMIDISPLAYRECT pRect));
     786    DECLR3CALLBACKMEMBER(int, pfnSetVisibleRegion,(PPDMIDISPLAYPORT pInterface, uint32_t cRect, PRTRECT pRect));
    798787
    799788    /**
     
    806795     * @thread  The emulation thread.
    807796     */
    808     DECLR3CALLBACKMEMBER(int, pfnQueryVisibleRegion,(PPDMIDISPLAYPORT pInterface, uint32_t *pcRect, PPDMIDISPLAYRECT pRect));
     797    DECLR3CALLBACKMEMBER(int, pfnQueryVisibleRegion,(PPDMIDISPLAYPORT pInterface, uint32_t *pcRect, PRTRECT pRect));
    809798
    810799} PDMIDISPLAYPORT;
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