Changeset 86531 in vbox for trunk/src/VBox/HostServices/SharedClipboard
- Timestamp:
- Oct 11, 2020 7:04:15 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 140846
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-internal.h
r86007 r86531 89 89 90 90 /** @name SHCLCLIENTSTATE_FLAGS_XXX 91 * @note Part of saved state! */ 91 * @note Part of saved state! 92 * @{ */ 92 93 /** No Shared Clipboard client flags defined. */ 93 94 #define SHCLCLIENTSTATE_FLAGS_NONE 0 … … 99 100 100 101 /** 101 * Struc utre needed to support backwards compatbility for old(er) Guest Additions (< 6.1),102 * Structure needed to support backwards compatbility for old(er) Guest Additions (< 6.1), 102 103 * which did not know the context ID concept then. 103 104 */ … … 117 118 118 119 /** 119 * Struc utre for keeping legacy state, required for keeping backwards compatibility120 * Structure for keeping legacy state, required for keeping backwards compatibility 120 121 * to old(er) Guest Additions. 121 122 */
Note:
See TracChangeset
for help on using the changeset viewer.