VirtualBox

Ignore:
Timestamp:
May 4, 2023 9:15:27 AM (22 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

    r99597 r99598  
    8787public:
    8888
    89     virtual int  init(void) = 0;
    90     virtual int  worker(bool volatile *pfShutdown) = 0;
    91     virtual void reset(void) = 0;
    92     virtual void stop(void) = 0;
    93     virtual int  term(void) = 0;
     89    virtual int  init(void) { return VINF_SUCCESS; }
     90    virtual int  worker(bool volatile *pfShutdown) { RT_NOREF(pfShutdown); return VINF_SUCCESS; }
     91    virtual void reset(void) { }
     92    virtual void stop(void) { }
     93    virtual int  term(void) { return VINF_SUCCESS; }
    9494
    9595#ifdef IN_GUEST
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