KDEUI
kwindowsystem_x11.cpp File Reference
#include "kwindowsystem.h"
#include <kiconloader.h>
#include <klocale.h>
#include <kuniqueapplication.h>
#include <kdebug.h>
#include <kxerrorhandler.h>
#include <kxutils.h>
#include <netwm.h>
#include <QtGui/QBitmap>
#include <QDesktopWidget>
#include <QtGui/QDialog>
#include <QtDBus/QtDBus>
#include <QtGui/QX11Info>
#include <X11/Xatom.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 void create_atoms | ( | Display * | dpy = QX11Info::display() |
) | [static] |
Definition at line 274 of file kwindowsystem_x11.cpp.
| static void sendClientMessageToRoot | ( | Window | w, | |
| Atom | a, | |||
| long | x, | |||
| long | y = 0, |
|||
| long | z = 0 | |||
| ) | [static] |
Definition at line 305 of file kwindowsystem_x11.cpp.
Variable Documentation
Atom _wm_protocols [static] |
Definition at line 270 of file kwindowsystem_x11.cpp.
bool atoms_created = false [static] |
Definition at line 267 of file kwindowsystem_x11.cpp.
unsigned long desktop_properties[2] [static] |
Initial value:
{ NET::ClientList | NET::ClientListStacking |
NET::Supported |
NET::NumberOfDesktops |
NET::DesktopGeometry |
NET::DesktopViewport |
NET::CurrentDesktop |
NET::DesktopNames |
NET::ActiveWindow |
NET::WorkArea,
NET::WM2ShowingDesktop }
Definition at line 62 of file kwindowsystem_x11.cpp.
Atom kde_wm_change_state [static] |
Definition at line 269 of file kwindowsystem_x11.cpp.
Atom kwm_utf8_string [static] |
Definition at line 271 of file kwindowsystem_x11.cpp.
Definition at line 272 of file kwindowsystem_x11.cpp.
unsigned long windows_properties[2] [static] |
Initial value:
{ NET::ClientList | NET::ClientListStacking |
NET::Supported |
NET::NumberOfDesktops |
NET::DesktopGeometry |
NET::DesktopViewport |
NET::CurrentDesktop |
NET::DesktopNames |
NET::ActiveWindow |
NET::WorkArea,
NET::WM2ShowingDesktop }
Definition at line 49 of file kwindowsystem_x11.cpp.
KDE 4.1 API Reference