Changeset 5805 in vbox
- Timestamp:
- Nov 20, 2007 5:20:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/linux.cpp
r4356 r5805 1051 1051 ev.xclient.format = 8; 1052 1052 XSendEvent(XtDisplay(g_ctx.widget), XtWindow(g_ctx.widget), false, 0, &ev); 1053 XFlush(XtDisplay(g_ctx.widget)); 1053 1054 rc = RTThreadWait(g_ctx.thread, 2000, &rcThread); 1054 1055 AssertRC(rc);
Note:
See TracChangeset
for help on using the changeset viewer.