Changeset 57413 in vbox for trunk/src/VBox/GuestHost
- Timestamp:
- Aug 18, 2015 10:44:47 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/x11-clipboard.cpp
r54807 r57413 621 621 * @note X11 backend code. 622 622 */ 623 static intclipEventThread(RTTHREAD self, void *pvUser)623 static DECLCALLBACK(int) clipEventThread(RTTHREAD self, void *pvUser) 624 624 { 625 625 LogRel(("Shared clipboard: Starting shared clipboard thread\n"));
Note:
See TracChangeset
for help on using the changeset viewer.