VirtualBox

Changeset 52200 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Jul 25, 2014 8:00:49 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
95260
Message:

Main,Frontends: TakeScreenShot API cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp

    r51888 r52200  
    986986}
    987987
     988HRESULT SystemProperties::getScreenShotFormats(std::vector<BitmapFormat_T> &aBitmapFormats)
     989{
     990    aBitmapFormats.push_back(BitmapFormat_BGR0);
     991    aBitmapFormats.push_back(BitmapFormat_BGRA);
     992    aBitmapFormats.push_back(BitmapFormat_RGBA);
     993    aBitmapFormats.push_back(BitmapFormat_PNG);
     994    return S_OK;
     995}
     996
    988997// public methods only for internal purposes
    989998/////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette