Changeset 52200 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Jul 25, 2014 8:00:49 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95260
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp
r51888 r52200 986 986 } 987 987 988 HRESULT 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 988 997 // public methods only for internal purposes 989 998 /////////////////////////////////////////////////////////////////////////////
Note:
See TracChangeset
for help on using the changeset viewer.