Changeset 37434 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jun 14, 2011 1:14:57 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/clipboard.cpp
r33595 r37434 186 186 /* Sanity */ 187 187 AssertReturn(g_ctx.client == 0, VERR_WRONG_ORDER); 188 g_ctx.pBackend = ClipConstructX11(&g_ctx );188 g_ctx.pBackend = ClipConstructX11(&g_ctx, false); 189 189 if (!g_ctx.pBackend) 190 190 rc = VERR_NO_MEMORY;
Note:
See TracChangeset
for help on using the changeset viewer.