VirtualBox

Changeset 37434 in vbox for trunk/src/VBox/Additions


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/clipboard.cpp

    r33595 r37434  
    186186    /* Sanity */
    187187    AssertReturn(g_ctx.client == 0, VERR_WRONG_ORDER);
    188     g_ctx.pBackend = ClipConstructX11(&g_ctx);
     188    g_ctx.pBackend = ClipConstructX11(&g_ctx, false);
    189189    if (!g_ctx.pBackend)
    190190        rc = VERR_NO_MEMORY;
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