Changeset 48596 in vbox for trunk/src/VBox/GuestHost/SharedClipboard
- Timestamp:
- Sep 20, 2013 2:00:17 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/x11-clipboard.cpp
r46383 r48596 313 313 XtAppAddTimeOut(pCtx->appContext, 0, (XtTimerCallbackProc)proc, 314 314 (XtPointer)client_data); 315 write(pCtx->wakeupPipeWrite, WAKE_UP_STRING, WAKE_UP_STRING_LEN);315 (void)write(pCtx->wakeupPipeWrite, WAKE_UP_STRING, WAKE_UP_STRING_LEN); 316 316 #else 317 317 testQueueToEventThread(proc, client_data);
Note:
See TracChangeset
for help on using the changeset viewer.