VirtualBox

Changeset 67477 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 19, 2017 2:06:11 PM (8 years ago)
Author:
vboxsync
Message:

Devices/Graphics: build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r67476 r67477  
    26192619    pDrv->pfnUpdateRect(pDrv, 0, 0, pThis->last_scr_width, pThis->last_scr_height);
    26202620    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);
    26262621}
    26272622
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