VirtualBox

Changeset 82908 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 29, 2020 1:13:32 PM (5 years ago)
Author:
vboxsync
Message:

Shared Clipboard/x11: Factored out common guest/host X11 testcases / smoktests into own files to clean up this #ifdef maze. tstClipboardGH-XXX also will emphasize what this actually is testing [32-bit build fixes]. bugref:9437

File:
1 edited

Legend:

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

    r82906 r82908  
    642642 *        unit test.  So keep it simple, be paranoid and log everything.
    643643 */
    644 SHCL_X11_DECL(DECLCALLBACK(void)) clipConvertX11TargetsCallback(Widget widget, XtPointer pClient,
    645                                                                 Atom * /* selection */, Atom *atomType,
    646                                                                 XtPointer pValue, long unsigned int *pcLen,
    647                                                                 int *piFormat)
     644SHCL_X11_DECL(void) clipConvertX11TargetsCallback(Widget widget, XtPointer pClient,
     645                                                  Atom * /* selection */, Atom *atomType,
     646                                                  XtPointer pValue, long unsigned int *pcLen,
     647                                                  int *piFormat)
    648648{
    649649    RT_NOREF(piFormat);
     
    733733 * @param   pCtx                The X11 clipboard context to use.
    734734 */
    735 SHCL_X11_DECL(DECLCALLBACK(void)) clipQueryX11FormatsCallback(PSHCLX11CTX pCtx)
     735SHCL_X11_DECL(void) clipQueryX11FormatsCallback(PSHCLX11CTX pCtx)
    736736{
    737737#ifndef TESTCASE
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