KWindowSystem

platforms/xcb/kwindowsystem.cpp
1/*
2 This file is part of the KDE libraries
3 SPDX-FileCopyrightText: 1999 Matthias Ettrich <ettrich@kde.org>
4 SPDX-FileCopyrightText: 2007 Lubos Lunak <l.lunak@kde.org>
5 SPDX-FileCopyrightText: 2014 Martin Gräßlin <mgraesslin@kde.org>
6
7 SPDX-License-Identifier: LGPL-2.1-or-later
8*/
9
10#include "kwindowsystem_p_x11.h"
11
12#include "kx11extras.h"
13
14void KWindowSystemPrivateX11::activateWindow(QWindow *win, long time)
15{
17}
18
19bool KWindowSystemPrivateX11::showingDesktop()
20{
21 return KX11Extras::showingDesktop();
22}
23
24void KWindowSystemPrivateX11::setShowingDesktop(bool showing)
25{
26 KX11Extras::setShowingDesktop(showing);
27}
28
29#include "moc_kwindowsystem_p_x11.cpp"
static void activateWindow(WId win, long time=0)
Requests that window win is activated.
WId winId() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:15:04 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.