VirtualBox

Ignore:
Timestamp:
Jan 31, 2022 1:18:20 PM (3 years ago)
Author:
vboxsync
Message:

Shared Clipboard: Implemented backend callbacks and a dedicated backend context, together with a new testcase which mocks HGCM to also test the guest-side clipboard code (disabled by default for now). Work in progress, only tested on Linux so far [build fix].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/SharedClipboard/testcase/tstClipboardGH-X11.cpp

    r93326 r93496  
    670670     */
    671671    SHCLX11CTX X11Ctx;
    672     rc = ShClX11Init(&X11Ctx, NULL /* pParent */, false /* fHeadless */);
     672    rc = ShClX11Init(&X11Ctx, NULL /* pCallbacks */, NULL /* pParent */, false /* fHeadless */);
    673673    AssertRCReturn(rc, RTEXITCODE_FAILURE);
    674674
     
    893893     * Headless clipboard tests
    894894     */
    895     rc = ShClX11Init(&X11Ctx, NULL /* pParent */, true /* fHeadless */);
     895    rc = ShClX11Init(&X11Ctx, NULL /* pCallbacks */, NULL /* pParent */, true /* fHeadless */);
    896896    AssertRCReturn(rc, RTEXITCODE_FAILURE);
    897897
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