Changeset 86717 in vbox for trunk/include
- Timestamp:
- Oct 27, 2020 9:10:35 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 141102
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/SharedClipboard-x11.h
r86710 r86717 83 83 /** Is an X server actually available? */ 84 84 bool fHaveX11; 85 /** The X Toolkit application context structure */86 XtAppContext appContext;85 /** The X Toolkit application context structure. */ 86 XtAppContext pAppContext; 87 87 88 88 /** We have a separate thread to wait for window and clipboard events. */ 89 89 RTTHREAD Thread; 90 /** Flag indicating that the thread is in a started state. */ 91 bool fThreadStarted; 92 90 93 /** The X Toolkit widget which we use as our clipboard client. It is never made visible. */ 91 94 Widget pWidget;
Note:
See TracChangeset
for help on using the changeset viewer.