mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-18 13:59:46 +00:00
Destroy Wayland integration before Wayland disconnection
This commit is contained in:
@@ -12,15 +12,15 @@ namespace internal {
|
||||
|
||||
class WaylandIntegration {
|
||||
public:
|
||||
WaylandIntegration();
|
||||
~WaylandIntegration();
|
||||
|
||||
[[nodiscard]] static WaylandIntegration *Instance();
|
||||
|
||||
[[nodiscard]] bool skipTaskbarSupported();
|
||||
void skipTaskbar(QWindow *window, bool skip);
|
||||
|
||||
private:
|
||||
WaylandIntegration();
|
||||
~WaylandIntegration();
|
||||
|
||||
struct Private;
|
||||
const std::unique_ptr<Private> _private;
|
||||
};
|
||||
|
Reference in New Issue
Block a user