KDEUI
#include "kwindowsystem.h"#include <kiconloader.h>#include <klocale.h>#include <kdebug.h>#include <ksystemeventfilter.h>#include <kxerrorhandler.h>#include <kxutils.h>#include <netwm.h>#include <QtGui/QApplication>#include <QtGui/QBitmap>#include <QDesktopWidget>#include <QtGui/QDialog>#include <QtDBus/QtDBus>#include <QtGui/QX11Info>#include <X11/Xatom.h>#include <config.h>#include "kwindowsystem.moc"Go to the source code of this file.
Functions | |
| static void | create_atoms (Display *dpy=QX11Info::display()) |
| static void | sendClientMessageToRoot (Window w, Atom a, long x, long y=0, long z=0) |
Variables | |
| static Atom | _wm_protocols |
| static bool | atoms_created = false |
| static unsigned long | desktop_properties [2] |
| static Atom | kde_wm_change_state |
| static Atom | kwm_utf8_string |
| static Atom | net_wm_cm |
| static unsigned long | windows_properties [2] |
Function Documentation
◆ create_atoms()
|
static |
Definition at line 331 of file kwindowsystem_x11.cpp.
◆ sendClientMessageToRoot()
Definition at line 362 of file kwindowsystem_x11.cpp.
Variable Documentation
◆ _wm_protocols
|
static |
Definition at line 328 of file kwindowsystem_x11.cpp.
◆ atoms_created
|
static |
Definition at line 325 of file kwindowsystem_x11.cpp.
◆ desktop_properties
|
static |
Initial value:
Definition: netwm_def.h:623
Definition: netwm_def.h:622
Definition: netwm_def.h:620
Definition: netwm_def.h:689
Definition: netwm_def.h:615
Definition: netwm_def.h:614
Definition: netwm_def.h:618
Definition: netwm_def.h:619
Definition: netwm_def.h:621
Definition: netwm_def.h:616
Definition: netwm_def.h:617
Definition at line 71 of file kwindowsystem_x11.cpp.
◆ kde_wm_change_state
|
static |
Definition at line 327 of file kwindowsystem_x11.cpp.
◆ kwm_utf8_string
|
static |
Definition at line 329 of file kwindowsystem_x11.cpp.
◆ net_wm_cm
|
static |
Definition at line 55 of file kwindowsystem_x11.cpp.
◆ windows_properties
|
static |
Initial value:
Definition: netwm_def.h:623
Definition: netwm_def.h:622
Definition: netwm_def.h:620
Definition: netwm_def.h:689
Definition: netwm_def.h:615
Definition: netwm_def.h:614
Definition: netwm_def.h:618
Definition: netwm_def.h:619
Definition: netwm_def.h:621
Definition: netwm_def.h:616
Definition: netwm_def.h:617
Definition at line 58 of file kwindowsystem_x11.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat Jan 18 2020 19:01:12 by doxygen 1.8.15 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat Jan 18 2020 19:01:12 by doxygen 1.8.15 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.