VirtualBox

Changeset 100272 in vbox


Ignore:
Timestamp:
Jun 23, 2023 3:53:02 PM (17 months ago)
Author:
vboxsync
Message:

Shared Clipboard: Follow-up fix for r157911: Moved X11 guest event source out of the union; otherwise things will go belly up. bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/clipboard.h

    r100204 r100272  
    3838{
    3939    /** Client command context */
    40     VBGLR3SHCLCMDCTX CmdCtx;
     40    VBGLR3SHCLCMDCTX     CmdCtx;
    4141#ifdef VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS
    4242    /** Associated transfer data. */
    43     SHCLTRANSFERCTX  TransferCtx;
     43    SHCLTRANSFERCTX      TransferCtx;
    4444#endif
     45    /** Event source for waiting for X11 request responses in the VbglR3 clipboard event loop. */
     46    SHCLEVENTSOURCE      EventSrc;
    4547    union
    4648    {
    47         /** Event source for waiting for request responses. */
    48         SHCLEVENTSOURCE  EventSrc;
    4949        /** X11 clipboard context. */
    5050        SHCLX11CTX       X11;
    51         /** @todo Way clipboard context goes here. */
     51        /** @todo Wayland clipboard context goes here. */
    5252        /* SHCLWAYLANDCTX Wl; */
    5353    };
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette