Changeset 85557 in vbox for trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp
- Timestamp:
- Jul 30, 2020 1:28:57 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp
r85554 r85557 123 123 /* Note: Never ever rely on information from the guest; the host dictates what and 124 124 * how to do something, so try to negogiate a sensible value here later. */ 125 mData.mcbBlockSize = _64K; /** @todo Make this configurable. */125 mData.mcbBlockSize = DND_DEFAULT_CHUNK_SIZE; /** @todo Make this configurable. */ 126 126 127 127 LogFlowThisFunc(("\n"));
Note:
See TracChangeset
for help on using the changeset viewer.