Changeset 86710 in vbox for trunk/include/VBox
- Timestamp:
- Oct 26, 2020 2:35:44 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 141094
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/SharedClipboard-x11.h
r85833 r86710 35 35 36 36 #include <VBox/GuestHost/SharedClipboard.h> 37 38 /** Enables the Xt busy / update handling. */ 39 #define VBOX_WITH_SHARED_CLIPBOARD_XT_BUSY 1 37 40 38 41 /** … … 117 120 /** The first XFixes event number. */ 118 121 int fixesEventBase; 122 #ifdef VBOX_WITH_SHARED_CLIPBOARD_XT_BUSY 119 123 /** XtGetSelectionValue on some versions of libXt isn't re-entrant 120 124 * so block overlapping requests on this flag. */ … … 124 128 * before processing the callback event. */ 125 129 bool fXtNeedsUpdate; 130 #endif 126 131 } SHCLX11CTX, *PSHCLX11CTX; 127 132
Note:
See TracChangeset
for help on using the changeset viewer.