VirtualBox

Changeset 69923 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 4, 2017 6:30:57 PM (7 years ago)
Author:
vboxsync
Message:

Devices/Graphics: VMSVGA: info vmsvga3dsurf debugger command (Windows only).

File:
1 edited

Legend:

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

    r69922 r69923  
    18151815static int vmsvga3dInfoBmpWrite(const char *pszFilename, const void *pvBits, int w, int h, uint32_t cbPixel, uint32_t u32Mask)
    18161816{
     1817#ifdef RT_OS_WINDOWS
    18171818    if (   cbPixel != 4
    18181819        && cbPixel != 2
     
    18891890
    18901891    return VINF_SUCCESS;
     1892#else /* !RT_OS_WINDOWS */
     1893    RT_NOREF6(pszFilename, pvBits, w, h, cbPixel, u32Mask);
     1894    return VERR_NOT_SUPPORTED;
     1895#endif
    18911896}
    18921897
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