KWin
Loading...
Searching...
No Matches
waylandshellintegration.h
Go to the documentation of this file.
1/*
2 SPDX-FileCopyrightText: 2020 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#pragma once
8
9#include "window.h"
10
11namespace KWin
12{
13
14class WaylandShellIntegration : public QObject
15{
16 Q_OBJECT
17
18public:
19 explicit WaylandShellIntegration(QObject *parent = nullptr);
20
21Q_SIGNALS:
22 void windowCreated(Window *window);
23};
24
25} // namespace KWin
WaylandShellIntegration(QObject *parent=nullptr)
void windowCreated(Window *window)