VirtualBox

Ignore:
Timestamp:
Dec 9, 2019 1:26:25 PM (5 years ago)
Author:
vboxsync
Message:

SharedClipboardSvc,Vbgl: Reviewed and adjusted the handling of the VBOX_SHCL_GUEST_FN_REPORT_FORMATS message, paddling back the parameter changes from the 6.1 dev cycle and fixing a couple of bugs introduced. Also documented the message and renamed it to a more sensible name. Dropped the new Vbgl method, renaming the old one. [fixes] bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/darwin/VBoxClient/VBoxClientClipboard.cpp

    r80990 r82514  
    177177        {
    178178            fFormats = vbclClipboardGetAvailableFormats(g_PasteboardRef);
    179             rc = VbglR3ClipboardFormatsReport(g_u32ClientId, fFormats);
     179            rc = VbglR3ClipboardReportFormats(g_u32ClientId, fFormats);
    180180            if (RT_FAILURE(rc))
    181181            {
     
    287287    AssertReturn(g_u32ClientId != 0, VERR_GENERAL_FAILURE);
    288288
    289     VbglR3ClipboardFormatsReport(g_u32ClientId, 0);
     289    VbglR3ClipboardReportFormats(g_u32ClientId, 0);
    290290
    291291    rc = VbglR3ClipboardDisconnect(g_u32ClientId);
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