Changeset 86970 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Nov 24, 2020 2:04:43 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 141500
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/clipboard.h
r86968 r86970 16 16 */ 17 17 18 #ifndef GA_INCLUDED_SRC_x11_VBoxClient_clipboard_h 19 #define GA_INCLUDED_SRC_x11_VBoxClient_clipboard_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 23 18 24 /** 19 25 * Struct keeping a Shared Clipboard context. … … 31 37 }; 32 38 39 #endif /* !GA_INCLUDED_SRC_x11_VBoxClient_clipboard_h */
Note:
See TracChangeset
for help on using the changeset viewer.