VirtualBox

Changeset 86710 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Oct 26, 2020 2:35:44 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
141094
Message:

Shared Clipboard/X11: Guarded the Xt busy / update handling via VBOX_WITH_SHARED_CLIPBOARD_XT_BUSY (enabled by default for now). bugref:9848

File:
1 edited

Legend:

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

    r85833 r86710  
    3535
    3636#include <VBox/GuestHost/SharedClipboard.h>
     37
     38/** Enables the Xt busy / update handling. */
     39#define VBOX_WITH_SHARED_CLIPBOARD_XT_BUSY      1
    3740
    3841/**
     
    117120    /** The first XFixes event number. */
    118121    int fixesEventBase;
     122#ifdef VBOX_WITH_SHARED_CLIPBOARD_XT_BUSY
    119123    /** XtGetSelectionValue on some versions of libXt isn't re-entrant
    120124     * so block overlapping requests on this flag. */
     
    124128     * before processing the callback event. */
    125129    bool fXtNeedsUpdate;
     130#endif
    126131} SHCLX11CTX, *PSHCLX11CTX;
    127132
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