Changeset 82906 in vbox for trunk/include/VBox/GuestHost
- Timestamp:
- Jan 29, 2020 12:45:51 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135886
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/SharedClipboard-x11.h
r82480 r82906 51 51 #endif 52 52 } SHCLX11FMT; 53 54 /** 55 * The table maps X11 names to data formats 56 * and to the corresponding VBox clipboard formats. 57 */ 58 typedef 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 53 69 54 70 /** Defines an index of the X11 clipboad format table. */
Note:
See TracChangeset
for help on using the changeset viewer.