Changeset 100236 in vbox for trunk/include
- Timestamp:
- Jun 21, 2023 10:40:17 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/SharedClipboard-x11.h
r100204 r100236 114 114 /** Flag indicating that the thread is in a started state. */ 115 115 bool fThreadStarted; 116 /** Request queue.117 * Needed for processing HGCM requests within the HGCM (main) thread from118 * the X11 event thread. */119 RTREQQUEUE hReqQ;120 116 /** The X Toolkit widget which we use as our clipboard client. It is never made visible. */ 121 117 Widget pWidget;
Note:
See TracChangeset
for help on using the changeset viewer.