VirtualBox

Changeset 37434 in vbox for trunk/include


Ignore:
Timestamp:
Jun 14, 2011 1:14:57 PM (14 years ago)
Author:
vboxsync
Message:

GuestHost/SharedClipboard: moved the RTEnvGet("DISPLAY") hack out into the host-specific code

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/SharedClipboard.h

    r36536 r37434  
    5454
    5555/* APIs exported by the X11 backend */
    56 extern CLIPBACKEND *ClipConstructX11(VBOXCLIPBOARDCONTEXT *pFrontend);
     56extern CLIPBACKEND *ClipConstructX11(VBOXCLIPBOARDCONTEXT *pFrontend, bool fHeadless);
    5757extern void ClipDestructX11(CLIPBACKEND *pBackend);
    5858#ifdef __cplusplus
  • trunk/include/VBox/HostServices/VBoxClipboardSvc.h

    r28800 r37434  
    5151 * The service functions which are callable by host.
    5252 */
    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
    5456
    5557/*
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette