Changeset 19169 in vbox
- Timestamp:
- Apr 24, 2009 1:06:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/x11-clipboard.cpp
r19152 r19169 652 652 vboxClipboardPollX11ForTargets, pCtx); 653 653 654 XtAppMainLoop(pCtx->appContext); 654 while (XtAppGetExitFlag(pCtx->appContext) == FALSE) 655 XtAppProcessEvent(pCtx->appContext, XtIMAll); 655 656 pCtx->formatList.clear(); 656 657 LogRel(("Shared clipboard: host clipboard thread terminated successfully\n"));
Note:
See TracChangeset
for help on using the changeset viewer.