VirtualBox

Ignore:
Timestamp:
May 4, 2023 9:07:00 AM (19 months ago)
Author:
vboxsync
Message:

Guest Additions/VBoxClient: Moved the X11-specific code for drag'n drop into an own submodule and using the actual service as a (runtime) wrapper (for also the Wayland-specific code later) [build fix]. bugref:10427

File:
1 edited

Legend:

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

    r99595 r99596  
    111111    }
    112112
    113     int  init(void);
    114     int  worker(bool volatile *pfShutdown);
    115     void reset(void);
    116     void stop(void);
    117     int  term(void);
     113    virtual int  init(void) override;
     114    virtual int  worker(bool volatile *pfShutdown) override;
     115    virtual void reset(void) override;
     116    virtual void stop(void) override;
     117    virtual int  term(void) override;
    118118
    119119private:
     
    125125    Display                   *m_pDisplay;
    126126    /** Our (thread-safe) event queue with mixed events (DnD HGCM / X11). */
    127     RTCMTList<VBCLDNDEVENT> m_eventQueue;
     127    RTCMTList<VBCLDNDEVENT>    m_eventQueue;
    128128    /** Critical section for providing serialized access to list
    129129     *  event queue's contents. */
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