Changeset 105577 in vbox
- Timestamp:
- Aug 2, 2024 1:00:01 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp
r105548 r105577 1753 1753 comDisplay.TakeScreenShot(uScreenId, pBits, uWidth, uHeight, enmFormat); 1754 1754 fSuccess = comDisplay.isOk(); 1755 if (!fSuccess )1755 if (!fSuccess && comDisplay.rc() != VBOX_E_NOT_SUPPORTED) /* VBOX_E_NOT_SUPPORTED: screens size 0x0 can't be snapshotted */ 1756 1756 UINotificationMessage::cannotAcquireDisplayParameter(comDisplay); 1757 1757 }
Note:
See TracChangeset
for help on using the changeset viewer.

