VirtualBox

Changeset 78346 in vbox for trunk/src


Ignore:
Timestamp:
Apr 29, 2019 11:07:26 AM (6 years ago)
Author:
vboxsync
Message:

Shared Clipboard/URI: Build fix.

Location:
trunk/src/VBox
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceClipboard-os2.cpp

    r78315 r78346  
    775775         * Listener message - the host has new formats to offer.
    776776         */
    777         case WM_USER + VBOX_SHARED_CLIPBOARD_HOST_MSG_FORMATS:
     777        case WM_USER + VBOX_SHARED_CLIPBOARD_HOST_MSG_REPORT_FORMATS:
    778778            vgsvcClipboardOs2AdvertiseHostFormats(LONGFROMMP(mp1));
    779779            break;
     
    895895                         * respond do WM_RENDERFORMAT message.
    896896                         */
    897                         case VBOX_SHARED_CLIPBOARD_HOST_MSG_FORMATS:
    898                             if (!WinPostMsg(g_hwndWorker, WM_USER + VBOX_SHARED_CLIPBOARD_HOST_MSG_FORMATS,
     897                        case VBOX_SHARED_CLIPBOARD_HOST_MSG_REPORT_FORMATS:
     898                            if (!WinPostMsg(g_hwndWorker, WM_USER + VBOX_SHARED_CLIPBOARD_HOST_MSG_REPORT_FORMATS,
    899899                                            MPFROMLONG(fFormats), 0))
    900900                                VGSvcError("WinPostMsg(%lx, FORMATS,,) failed, lasterr=%#lx\n",
  • trunk/src/VBox/Additions/haiku/VBoxTray/VBoxClipboard.cpp

    r78315 r78346  
    380380            switch (u32Msg)
    381381            {
    382                 case VBOX_SHARED_CLIPBOARD_HOST_MSG_FORMATS:
     382                case VBOX_SHARED_CLIPBOARD_HOST_MSG_REPORT_FORMATS:
    383383                {
    384384                    /*
     
    386386                     * the information to the handler.
    387387                     */
    388                     LogRelFlowFunc(("VBOX_SHARED_CLIPBOARD_HOST_MSG_FORMATS u32Formats=%x\n", u32Formats));
     388                    LogRelFlowFunc(("VBOX_SHARED_CLIPBOARD_HOST_MSG_REPORT_FORMATS u32Formats=%x\n", u32Formats));
    389389                    BMessage msg(VBOX_GUEST_CLIPBOARD_HOST_MSG_FORMATS);
    390390                    msg.AddInt32("Formats", (uint32)u32Formats);
  • trunk/src/VBox/Additions/x11/VBoxClient/clipboard.cpp

    r78317 r78346  
    235235                     * future requests from guest applications.
    236236                     */
    237                     LogRelFlowFunc(("VBOX_SHARED_CLIPBOARD_HOST_MSG_FORMATS fFormats=%x\n", fFormats));
     237                    LogRelFlowFunc(("VBOX_SHARED_CLIPBOARD_HOST_MSG_REPORT_FORMATS fFormats=%x\n", fFormats));
    238238                    ClipAnnounceFormatToX11(g_ctx.pBackend, fFormats);
    239239                    break;
  • trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp

    r78317 r78346  
    4545 * VBOX_SHARED_CLIPBOARD_HOST_MSG_READ_DATA (request that the guest send the
    4646 * contents of its clipboard to the host) and
    47  * VBOX_SHARED_CLIPBOARD_HOST_MSG_FORMATS (to notify the guest that new
     47 * VBOX_SHARED_CLIPBOARD_HOST_MSG_REPORT_FORMATS (to notify the guest that new
    4848 * clipboard data is available).  If a host message is sent while the guest is
    4949 * not waiting, it will be queued until the guest requests it.  At most one
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