VirtualBox

Ignore:
Timestamp:
Jul 30, 2020 1:28:57 PM (4 years ago)
Author:
vboxsync
Message:

DnD: Defined DND_DEFAULT_CHUNK_SIZE and use it where appropriate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp

    r85554 r85557  
    123123    /* Note: Never ever rely on information from the guest; the host dictates what and
    124124     *       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. */
    126126
    127127    LogFlowThisFunc(("\n"));
Note: See TracChangeset for help on using the changeset viewer.

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