Changeset 48598 in vbox for trunk/src/VBox/GuestHost
- Timestamp:
- Sep 20, 2013 2:26:09 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 89164
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/x11-clipboard.cpp
r48596 r48598 313 313 XtAppAddTimeOut(pCtx->appContext, 0, (XtTimerCallbackProc)proc, 314 314 (XtPointer)client_data); 315 (void)write(pCtx->wakeupPipeWrite, WAKE_UP_STRING, WAKE_UP_STRING_LEN); 315 ssize_t cbWritten = write(pCtx->wakeupPipeWrite, WAKE_UP_STRING, WAKE_UP_STRING_LEN); 316 NOREF(cbWritten); 316 317 #else 317 318 testQueueToEventThread(proc, client_data);
Note:
See TracChangeset
for help on using the changeset viewer.