Changeset 67477 in vbox for trunk/src/VBox
- Timestamp:
- Jun 19, 2017 2:06:11 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r67476 r67477 2619 2619 pDrv->pfnUpdateRect(pDrv, 0, 0, pThis->last_scr_width, pThis->last_scr_height); 2620 2620 return VINF_SUCCESS; 2621 }2622 2623 static DECLCALLBACK(void) voidUpdateRect(PPDMIDISPLAYCONNECTOR pInterface, uint32_t x, uint32_t y, uint32_t cx, uint32_t cy)2624 {2625 NOREF(pInterface); NOREF(x); NOREF(y); NOREF(cx); NOREF(cy);2626 2621 } 2627 2622
Note:
See TracChangeset
for help on using the changeset viewer.