Changeset 100272 in vbox
- Timestamp:
- Jun 23, 2023 3:53:02 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/clipboard.h
r100204 r100272 38 38 { 39 39 /** Client command context */ 40 VBGLR3SHCLCMDCTX CmdCtx;40 VBGLR3SHCLCMDCTX CmdCtx; 41 41 #ifdef VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS 42 42 /** Associated transfer data. */ 43 SHCLTRANSFERCTX TransferCtx;43 SHCLTRANSFERCTX TransferCtx; 44 44 #endif 45 /** Event source for waiting for X11 request responses in the VbglR3 clipboard event loop. */ 46 SHCLEVENTSOURCE EventSrc; 45 47 union 46 48 { 47 /** Event source for waiting for request responses. */48 SHCLEVENTSOURCE EventSrc;49 49 /** X11 clipboard context. */ 50 50 SHCLX11CTX X11; 51 /** @todo Way clipboard context goes here. */51 /** @todo Wayland clipboard context goes here. */ 52 52 /* SHCLWAYLANDCTX Wl; */ 53 53 };
Note:
See TracChangeset
for help on using the changeset viewer.