KWin
main.cpp File Reference
#include "main.h"
#include <ksharedconfig.h>
#include <kglobal.h>
#include <klocale.h>
#include <stdlib.h>
#include <kcmdlineargs.h>
#include <kaboutdata.h>
#include <kcrash.h>
#include <unistd.h>
#include <signal.h>
#include <fcntl.h>
#include <QX11Info>
#include <stdio.h>
#include <fixx11h.h>
#include <kxerrorhandler.h>
#include <kdefakes.h>
#include <QtDBus/QtDBus>
#include <kdialog.h>
#include <kstandarddirs.h>
#include <kdebug.h>
#include <QLabel>
#include <QComboBox>
#include <QVBoxLayout>
#include "atoms.h"
#include "options.h"
#include "sm.h"
#include "utils.h"
#include "effects.h"
#include <X11/Xproto.h>
#include "main.moc"
Include dependency graph for main.cpp:

Go to the source code of this file.
Namespaces | |
namespace | KWin |
Defines | |
#define | INT32 _X11INT32 |
#define | INT8 _X11INT8 |
Functions | |
static QByteArray | KWin::errorMessage (const XErrorEvent &event, Display *dpy) |
KDE_EXPORT int | kdemain (int argc, char *argv[]) |
static void | KWin::sighandler (int) |
static int | KWin::x11ErrorHandler (Display *d, XErrorEvent *e) |
Variables | |
static const char | description [] = I18N_NOOP( "KDE window manager" ) |
static bool | KWin::initting = false |
static bool | KWin::kwin_sync = false |
Options * | KWin::options |
int | KWin::screen_number = -1 |
static const char | version [] = KDE_VERSION_STRING |
Define Documentation
Function Documentation
Variable Documentation
const char description[] = I18N_NOOP( "KDE window manager" ) [static] |