VirtualBox

Changeset 81750 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 8, 2019 12:20:09 PM (5 years ago)
Author:
vboxsync
Message:

Shared Clipboard: Build fix.

File:
1 edited

Legend:

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

    r81747 r81750  
    655655}
    656656
    657 static void clipQueryX11FormatsCallback(CLIPBACKEND *pCtx);
     657static DECLCALLBACK(void) clipQueryX11FormatsCallback(CLIPBACKEND *pCtx);
    658658
    659659/**
     
    688688 *        unit test.  So keep it simple, be paranoid and log everything.
    689689 */
    690 static DECLCALLBACK(void) clipConvertX11TargetsCallback(Widget widget, XtPointer pClient,
    691                                                         Atom * /* selection */, Atom *atomType,
    692                                                         XtPointer pValue, long unsigned int *pcLen,
    693                                                         int *piFormat)
     690static void clipConvertX11TargetsCallback(Widget widget, XtPointer pClient,
     691                                          Atom * /* selection */, Atom *atomType,
     692                                          XtPointer pValue, long unsigned int *pcLen,
     693                                          int *piFormat)
    694694{
    695695    RT_NOREF(piFormat);
     
    30313031    int format = 8;
    30323032    clipConvertX11TargetsCallback(NULL, (XtPointer) pCtx, NULL, &atom, NULL, &cLen,
    3033                           &format);
     3033                                  &format);
    30343034    RTTEST_CHECK_MSG(hTest, tstClipQueryFormats() == 0,
    30353035                     (hTest, "Wrong targets reported: %02X\n",
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