Changeset 3526 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jul 10, 2007 1:18:54 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r3525 r3526 3743 3743 3744 3744 /** @copydoc PDMIDISPLAYPORT::pfnSetVisibleRegion */ 3745 static DECLCALLBACK(int) vgaPortSetVisibleRegion(PPDMIDISPLAYPORT pInterface, uint32_t cRect, P PDMIDISPLAYRECT pRect)3745 static DECLCALLBACK(int) vgaPortSetVisibleRegion(PPDMIDISPLAYPORT pInterface, uint32_t cRect, PRTRECT pRect) 3746 3746 { 3747 3747 PVGASTATE pData = IDISPLAYPORT_2_VGASTATE(pInterface); … … 3756 3756 3757 3757 /** @copydoc PDMIDISPLAYPORT::pfnQueryVisibleRegion */ 3758 static DECLCALLBACK(int) vgaPortQueryVisibleRegion(PPDMIDISPLAYPORT pInterface, uint32_t *pcRect, P PDMIDISPLAYRECT pRect)3758 static DECLCALLBACK(int) vgaPortQueryVisibleRegion(PPDMIDISPLAYPORT pInterface, uint32_t *pcRect, PRTRECT pRect) 3759 3759 { 3760 3760 PVGASTATE pData = IDISPLAYPORT_2_VGASTATE(pInterface);
Note:
See TracChangeset
for help on using the changeset viewer.