VirtualBox

Ignore:
Timestamp:
Oct 11, 2019 12:06:49 PM (5 years ago)
Author:
vboxsync
Message:

Shared Clipboard/Transfers: Renaming.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/haiku/VBoxTray/VBoxClipboard.cpp

    r80990 r81223  
    197197                    void  *pBmp  = NULL;
    198198                    size_t cbBmp = 0;
    199                     rc = vboxClipboardDibToBmp(pv, cb, &pBmp, &cbBmp);
     199                    rc = ShClDibToBmp(pv, cb, &pBmp, &cbBmp);
    200200                    if (RT_SUCCESS(rc))
    201201                    {
     
    295295                                size_t cbDibSize;
    296296                                /* Strip out the BM header */
    297                                 rc = vboxClipboardBmpGetDib(bmpStream.Buffer(), bmpStream.BufferLength(), &pDib, &cbDibSize);
     297                                rc = ShClBmpGetDib(bmpStream.Buffer(), bmpStream.BufferLength(), &pDib, &cbDibSize);
    298298                                if (RT_SUCCESS(rc))
    299299                                {
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