Changeset 75498 in vbox for trunk/src/VBox/HostServices/SharedClipboard/x11-stub.cpp
- Timestamp:
- Nov 16, 2018 12:03:41 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/x11-stub.cpp
r70243 r75498 1 /* $Id$*/ 1 2 /** @file 2 * 3 * Shared Clipboard: 4 * Linux host, a stub version with no functionality for use on headless hosts. 3 * Shared Clipboard Service - Linux host, a stub version with no functionality for use on headless hosts. 5 4 */ 6 5 … … 17 16 */ 18 17 18 19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 22 #define LOG_GROUP LOG_GROUP_SHARED_CLIPBOARD 19 23 #include <VBox/HostServices/VBoxClipboardSvc.h> 20 24 … … 32 36 33 37 #include "VBoxClipboard.h" 38 39 34 40 35 41 /** Initialise the host side of the shared clipboard - called by the hgcm layer. */ … … 129 135 LogFlowFunc(("called, returning.\n")); 130 136 } 137
Note:
See TracChangeset
for help on using the changeset viewer.