KWin
events.cpp File Reference
#include <config-X11.h>
#include "client.h"
#include "workspace.h"
#include "atoms.h"
#include "tabbox.h"
#include "group.h"
#include "rules.h"
#include "unmanaged.h"
#include "scene.h"
#include "effects.h"
#include <QWhatsThis>
#include <QApplication>
#include <kkeyserver.h>
#include <X11/extensions/shape.h>
#include <X11/Xatom.h>
#include <QX11Info>
Include dependency graph for events.cpp:

Go to the source code of this file.
Namespaces | |
namespace | KWin |
Defines | |
#define | XCapL KKeyServer::modXLock() |
#define | XNumL KKeyServer::modXNumLock() |
#define | XScrL KKeyServer::modXScrollLock() |
Functions | |
static bool | KWin::check_follows_focusin (Client *c) |
static Bool | KWin::motion_predicate (Display *, XEvent *ev, XPointer) |
static Bool | KWin::predicate_follows_focusin (Display *, XEvent *e, XPointer arg) |
static bool | KWin::waitingMotionEvent () |
Variables | |
static bool | KWin::follows_focusin = false |
static bool | KWin::follows_focusin_failed = false |
static Time | KWin::next_motion_time = CurrentTime |
static bool | KWin::was_motion = false |
Define Documentation
#define XCapL KKeyServer::modXLock() |
Definition at line 1035 of file events.cpp.
#define XNumL KKeyServer::modXNumLock() |
Definition at line 1036 of file events.cpp.
#define XScrL KKeyServer::modXScrollLock() |
Definition at line 1037 of file events.cpp.