Changeset 82160 in vbox
- Timestamp:
- Nov 25, 2019 10:21:59 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134970
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/SharedClipboard-x11.h
r82156 r82160 32 32 #include <X11/Intrinsic.h> 33 33 34 #include <iprt/thread.h> 35 36 #include <VBox/GuestHost/SharedClipboard.h> 37 34 38 /** The different clipboard formats which we support. */ 35 39 enum CLIPFORMAT … … 48 52 /** Defines a single X11 clipboad format. */ 49 53 typedef unsigned CLIPX11FORMAT; 54 55 /** Prototype for the implementation-specfic Shared Clipboard context. */ 56 struct _SHCLCONTEXT; 57 typedef SHCLCONTEXT _SHCLCONTEXT; 50 58 51 59 /**
Note:
See TracChangeset
for help on using the changeset viewer.