VirtualBox

Changeset 99599 in vbox


Ignore:
Timestamp:
May 4, 2023 10:09:59 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

    r99598 r99599  
    115115    }
    116116
    117     virtual int  init(void) override;
    118     virtual int  worker(bool volatile *pfShutdown) override;
    119     virtual void reset(void) override;
    120     virtual void stop(void) override;
    121     virtual int  term(void) override;
     117    virtual int  init(void);
     118    virtual int  worker(bool volatile *pfShutdown);
     119    virtual void reset(void);
     120    virtual void stop(void);
     121    virtual int  term(void);
    122122
    123123private:
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