VirtualBox

Changeset 22181 in vbox for trunk/src/VBox/HostServices


Ignore:
Timestamp:
Aug 11, 2009 4:41:38 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
50961
Message:

GuestHost/SharedClipboard: use the XFIXES notification extension in the X11 shared clipboard instead of polling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedClipboard/x11-clipboard.cpp

    r21651 r22181  
    123123            pClient->pCtx = pCtx;
    124124            pCtx->pClient = pClient;
    125             rc = ClipStartX11(pBackend);
     125            rc = ClipStartX11(pBackend, true /* grab shared clipboard */);
    126126        }
    127127        if (RT_FAILURE(rc) && pBackend)
     
    486486}
    487487
    488 int ClipStartX11(CLIPBACKEND *pBackend)
     488int ClipStartX11(CLIPBACKEND *pBackend, bool)
    489489{
    490490    return VINF_SUCCESS;
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