Changeset 37434 in vbox for trunk/include
- Timestamp:
- Jun 14, 2011 1:14:57 PM (14 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/SharedClipboard.h
r36536 r37434 54 54 55 55 /* APIs exported by the X11 backend */ 56 extern CLIPBACKEND *ClipConstructX11(VBOXCLIPBOARDCONTEXT *pFrontend );56 extern CLIPBACKEND *ClipConstructX11(VBOXCLIPBOARDCONTEXT *pFrontend, bool fHeadless); 57 57 extern void ClipDestructX11(CLIPBACKEND *pBackend); 58 58 #ifdef __cplusplus -
trunk/include/VBox/HostServices/VBoxClipboardSvc.h
r28800 r37434 51 51 * The service functions which are callable by host. 52 52 */ 53 #define VBOX_SHARED_CLIPBOARD_HOST_FN_SET_MODE 1 53 #define VBOX_SHARED_CLIPBOARD_HOST_FN_SET_MODE 1 54 /** Run headless on the host, i.e. do not touch the host clipboard. */ 55 #define VBOX_SHARED_CLIPBOARD_HOST_FN_SET_HEADLESS 2 54 56 55 57 /*
Note:
See TracChangeset
for help on using the changeset viewer.