KWindowSystem

kwindowsystem_p_x11.h
1/*
2 SPDX-FileCopyrightText: 2014 Martin Gräßlin <mgraesslin@kde.org>
3
4 SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
5*/
6
7#ifndef KWINDOWSYSTEM_P_X11_H
8#define KWINDOWSYSTEM_P_X11_H
9
10#include "kwindowsystem_p.h"
11
12class KWindowSystemPrivateX11 : public KWindowSystemPrivate
13{
14public:
15 void activateWindow(QWindow *win, long time) override;
16 bool showingDesktop() override;
17 void setShowingDesktop(bool showing) override;
18};
19
20#endif
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Jul 26 2024 11:55:42 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.