VirtualBox

Changeset 82906 in vbox for trunk/include/VBox/GuestHost


Ignore:
Timestamp:
Jan 29, 2020 12:45:51 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
135886
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. bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/SharedClipboard-x11.h

    r82480 r82906  
    5151#endif
    5252} SHCLX11FMT;
     53
     54/**
     55 * The table maps X11 names to data formats
     56 * and to the corresponding VBox clipboard formats.
     57 */
     58typedef struct SHCLX11FMTTABLE
     59{
     60    /** The X11 atom name of the format (several names can match one format). */
     61    const char     *pcszAtom;
     62    /** The format corresponding to the name. */
     63    SHCLX11FMT      enmFmtX11;
     64    /** The corresponding VBox clipboard format. */
     65    SHCLFORMAT      uFmtVBox;
     66} SHCLX11FMTTABLE;
     67
     68#define NIL_CLIPX11FORMAT   0
    5369
    5470/** Defines an index of the X11 clipboad format table. */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette