VirtualBox

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


Ignore:
Timestamp:
Mar 27, 2009 5:32:45 PM (16 years ago)
Author:
vboxsync
Message:

HostServices/SharedClipboard: split up the global context structure into a host-specific and a back-end-specific part, minor todo

File:
1 edited

Legend:

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

    r18416 r18417  
    233233         * data from X11. */
    234234        LogFunc(("host requested guest clipboard data after guest had disconnected.\n"));
    235         /** @todo call vboxClipboardFormatAnnounce to do this. */
    236         g_ctxX11.vboxFormats = 0; 
     235        vboxClipboardFormatAnnounce(NULL, 0);
    237236        pCtx->waiter = NONE;
    238237        return VERR_TIMEOUT;
     
    276275        g_ctxHost.pClient->data.cb = 0;
    277276        g_ctxHost.pClient->data.u32Format = 0;
    278         /** @todo call vboxClipboardFormatAnnounce to do this. */
    279         g_ctxX11.vboxFormats = 0;
     277        vboxClipboardFormatAnnounce(NULL, 0);
    280278        return rc;
    281279    }
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