Changeset 85831 in vbox for trunk/include/VBox/GuestHost/SharedClipboard-x11.h
- Timestamp:
- Aug 19, 2020 1:50:45 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/SharedClipboard-x11.h
r82968 r85831 92 92 93 93 /** The best text format X11 has to offer, as an index into the formats table. */ 94 SHCLX11FMTIDX X11TextFormat;94 SHCLX11FMTIDX idxFmtText; 95 95 /** The best bitmap format X11 has to offer, as an index into the formats table. */ 96 SHCLX11FMTIDX X11BitmapFormat;96 SHCLX11FMTIDX idxFmtBmp; 97 97 /** The best HTML format X11 has to offer, as an index into the formats table. */ 98 SHCLX11FMTIDX X11HTMLFormat;98 SHCLX11FMTIDX idxFmtHTML; 99 99 #ifdef VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS 100 100 /** The best HTML format X11 has to offer, as an index into the formats table. */ 101 SHCLX11FMTIDX X11URIListFormat;101 SHCLX11FMTIDX idxFmtURI; 102 102 #endif 103 103 /** What kind of formats does VBox have to offer? */
Note:
See TracChangeset
for help on using the changeset viewer.