KWin
client.h File Reference
#include <config-X11.h>
#include <QFrame>
#include <QPixmap>
#include <netwm.h>
#include <kdebug.h>
#include <assert.h>
#include <kshortcut.h>
#include <X11/X.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <fixx11h.h>
#include "utils.h"
#include "options.h"
#include "workspace.h"
#include "kdecoration.h"
#include "rules.h"
#include "toplevel.h"
Include dependency graph for client.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | KWin::Client |
The Client class encapsulates a window decoration frame. More... | |
class | KWin::GeometryUpdatesBlocker |
Helper for Client::blockGeometryUpdates() being called in pairs (true/false). More... | |
class | KWin::WinInfo |
NET WM Protocol handler class. More... | |
Namespaces | |
namespace | KWin |
Functions | |
KWin::KWIN_COMPARE_PREDICATE (WrapperIdMatchPredicate, Client, Window, cl->wrapperId()==value) | |
KWin::KWIN_PROCEDURE (CheckIgnoreFocusStealingProcedure, Client, cl->ignore_focus_stealing=options->checkIgnoreFocusStealing(cl)) |