Changeset 94772 in vbox for trunk/src/VBox/Main/src-all
- Timestamp:
- May 2, 2022 10:12:10 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/DisplayUtils.cpp
r94763 r94772 23 23 #include <VBoxVideo.h> 24 24 25 int readSavedDisplayScreenshot( const Utf8Str &strStateFilePath, uint32_t u32Type, uint8_t **ppu8Data, uint32_t *pcbData,25 int readSavedDisplayScreenshot(SsmStream &refSsm, uint32_t u32Type, uint8_t **ppu8Data, uint32_t *pcbData, 26 26 uint32_t *pu32Width, uint32_t *pu32Height) 27 27 {
Note:
See TracChangeset
for help on using the changeset viewer.