VirtualBox

Changeset 102826 in vbox for trunk/include


Ignore:
Timestamp:
Jan 10, 2024 5:52:33 PM (16 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161018
Message:

Shared Clipboard/X11: Don't report an error in ShClX11ReadDataFromX11Async() + ShClX11WriteDataToX11Async() if an X11 server is not running (like we do with other APIs as well). bugref:9437

File:
1 edited

Legend:

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

    r102824 r102826  
    116116    /** Our callback table to use. */
    117117    SHCLCALLBACKS    Callbacks;
    118     /** Is an X server actually available? */
     118    /** Is an X server actually available?
     119     *  Needed for non-interactive systems (i.e. servers) where X11 depedencies are installed,
     120     *  but no X11 server is actually running. */
    119121    bool             fHaveX11;
    120122    /** The X Toolkit application context structure. */
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