kwin/plugins/platforms/x11/windowed
Martin Gräßlin b1f6d4b8ba [platforms/x11-windows] Delay x11 event processing till Workspace is started
If the event processing is started before everything is fully started
it can happen that we have "evil" events which may crash either Xwayland
or KWin itself. E.g. if the nested window is too large, the window
manager on the host X-Server will request a resize. If the backend does
that it can happen that the wl_output gets destroyed while Xwayland tries
to bind to it and will crash. Thus let's delay all events till we are
ready to process them.
2016-08-03 17:24:37 +02:00
..
CMakeLists.txt
egl_x11_backend.cpp Move the loadTexture for X11 pixmap functionality to the EglOnXBackend 2016-06-14 09:10:09 +02:00
egl_x11_backend.h
logging.cpp
logging.h
scene_qpainter_x11_backend.cpp
scene_qpainter_x11_backend.h
x11.json
x11windowed_backend.cpp [platforms/x11-windows] Delay x11 event processing till Workspace is started 2016-08-03 17:24:37 +02:00
x11windowed_backend.h