KWin
Loading...
Searching...
No Matches
securitycontext_v1.h
Go to the documentation of this file.
1/*
2 SPDX-FileCopyrightText: 2023 David Edmundson <davidedmundson@kde.org>
3
4SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
5*/
6#include <QObject>
7
8namespace KWin
9{
10
11class SecurityContextManagerV1InterfacePrivate;
12class SecurityContextManagerV1Interface;
13class Display;
14
16{
17 Q_OBJECT
18public:
19 SecurityContextManagerV1Interface(Display *display, QObject *parent = nullptr);
21
22private:
23 std::unique_ptr<SecurityContextManagerV1InterfacePrivate> d;
24};
25}
Class holding the Wayland server display loop.
Definition display.h:34
SecurityContextManagerV1Interface(Display *display, QObject *parent=nullptr)
struct _XDisplay Display