Changeset 89947 in vbox for trunk/include/VBox
- Timestamp:
- Jun 29, 2021 10:42:28 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/SharedClipboard-x11.h
r87566 r89947 38 38 # include <VBox/GuestHost/SharedClipboard-transfers.h> 39 39 #endif 40 41 /** 42 * The maximum number of simultaneous connections to shared clipboard service. 43 * This constant limits amount of GUEST -> HOST connections to shared clipboard host service 44 * for X11 host only. Once amount of connections reaches this number, all the 45 * further attempts to CONNECT will be dropped on an early stage. Possibility to connect 46 * is available again after one of existing connections is closed by DISCONNECT call. 47 */ 48 #define VBOX_SHARED_CLIPBOARD_X11_CONNECTIONS_MAX (20) 40 49 41 50 /** Enables the Xt busy / update handling. */
Note:
See TracChangeset
for help on using the changeset viewer.