KWin
Loading...
Searching...
No Matches
inputpanelv1integration.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
10
11namespace KWin
12{
13
14class InputPanelSurfaceV1Interface;
15
17{
18 Q_OBJECT
19
20public:
21 explicit InputPanelV1Integration(QObject *parent = nullptr);
22
24};
25
26} // namespace KWin
void createWindow(InputPanelSurfaceV1Interface *shellSurface)
InputPanelV1Integration(QObject *parent=nullptr)