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
|
static |
Definition at line 313 of file kwindowsystem_x11.cpp.
Definition at line 344 of file kwindowsystem_x11.cpp.
Variable Documentation
|
static |
Definition at line 310 of file kwindowsystem_x11.cpp.
|
static |
Definition at line 307 of file kwindowsystem_x11.cpp.
|
static |
Initial value:
Definition at line 71 of file kwindowsystem_x11.cpp.
|
static |
Definition at line 309 of file kwindowsystem_x11.cpp.
|
static |
Definition at line 311 of file kwindowsystem_x11.cpp.
|
static |
Definition at line 55 of file kwindowsystem_x11.cpp.
|
static |
Initial value:
Definition at line 58 of file kwindowsystem_x11.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Apr 16 2013 19:13:51 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Apr 16 2013 19:13:51 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.