VirtualBox

Changeset 86717 in vbox for trunk/include


Ignore:
Timestamp:
Oct 27, 2020 9:10:35 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
141102
Message:

Shared Clipboard/X11: More work on untangling / cleaning up the threading code. bugref:9848

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/SharedClipboard-x11.h

    r86710 r86717  
    8383    /** Is an X server actually available? */
    8484    bool fHaveX11;
    85     /** The X Toolkit application context structure */
    86     XtAppContext appContext;
     85    /** The X Toolkit application context structure. */
     86    XtAppContext pAppContext;
    8787
    8888    /** We have a separate thread to wait for window and clipboard events. */
    8989    RTTHREAD Thread;
     90    /** Flag indicating that the thread is in a started state. */
     91    bool fThreadStarted;
     92
    9093    /** The X Toolkit widget which we use as our clipboard client.  It is never made visible. */
    9194    Widget pWidget;
Note: See TracChangeset for help on using the changeset viewer.

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