diff options
Diffstat (limited to 'include/VBox/HostServices/VBoxClipboardSvc.h')
-rw-r--r-- | include/VBox/HostServices/VBoxClipboardSvc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/VBox/HostServices/VBoxClipboardSvc.h b/include/VBox/HostServices/VBoxClipboardSvc.h index 33c3c4cc8..0bb5607c8 100644 --- a/include/VBox/HostServices/VBoxClipboardSvc.h +++ b/include/VBox/HostServices/VBoxClipboardSvc.h @@ -50,7 +50,9 @@ /* * The service functions which are callable by host. */ -#define VBOX_SHARED_CLIPBOARD_HOST_FN_SET_MODE 1 +#define VBOX_SHARED_CLIPBOARD_HOST_FN_SET_MODE 1 +/** Run headless on the host, i.e. do not touch the host clipboard. */ +#define VBOX_SHARED_CLIPBOARD_HOST_FN_SET_HEADLESS 2 /* * The service functions which are called by guest. |