KWin
|
#include "x11_windowed_backend.h"
#include "../common/kwinxrenderutils.h"
#include <config-kwin.h>
#include "utils/xcbutils.h"
#include "x11_windowed_egl_backend.h"
#include "x11_windowed_logging.h"
#include "x11_windowed_output.h"
#include "x11_windowed_qpainter_backend.h"
#include <pointer_input.h>
#include <KLocalizedString>
#include <QAbstractEventDispatcher>
#include <QCoreApplication>
#include <QSocketNotifier>
#include <xcb/dri3.h>
#include <xcb/xcb_keysyms.h>
#include <xcb/present.h>
#include <xcb/shm.h>
#include <X11/Xlib-xcb.h>
#include <fixx11h.h>
#include <X11/keysym.h>
#include <drm_fourcc.h>
#include <fcntl.h>
#include <gbm.h>
#include <linux/input.h>
#include "moc_x11_windowed_backend.cpp"
Go to the source code of this file.
Namespaces | |
namespace | KWin |