VirtualBox

Changeset 3526 in vbox for trunk/src/VBox/Devices


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/src/VBox/Devices/Graphics/DevVGA.cpp

    r3525 r3526  
    37433743
    37443744/** @copydoc PDMIDISPLAYPORT::pfnSetVisibleRegion */
    3745 static DECLCALLBACK(int) vgaPortSetVisibleRegion(PPDMIDISPLAYPORT pInterface, uint32_t cRect, PPDMIDISPLAYRECT pRect)
     3745static DECLCALLBACK(int) vgaPortSetVisibleRegion(PPDMIDISPLAYPORT pInterface, uint32_t cRect, PRTRECT pRect)
    37463746{
    37473747    PVGASTATE pData = IDISPLAYPORT_2_VGASTATE(pInterface);
     
    37563756
    37573757/** @copydoc PDMIDISPLAYPORT::pfnQueryVisibleRegion */
    3758 static DECLCALLBACK(int) vgaPortQueryVisibleRegion(PPDMIDISPLAYPORT pInterface, uint32_t *pcRect, PPDMIDISPLAYRECT pRect)
     3758static DECLCALLBACK(int) vgaPortQueryVisibleRegion(PPDMIDISPLAYPORT pInterface, uint32_t *pcRect, PRTRECT pRect)
    37593759{
    37603760    PVGASTATE pData = IDISPLAYPORT_2_VGASTATE(pInterface);
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