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 Move the EglOnXBackend to the x11 platforms 2016-04-15 09:15:20 +02:00
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 Move the x11 plugin sources into a x11/windowed directory 2016-04-12 08:04:16 +02:00
logging.cpp Move the x11 plugin sources into a x11/windowed directory 2016-04-12 08:04:16 +02:00
logging.h Move the x11 plugin sources into a x11/windowed directory 2016-04-12 08:04:16 +02:00
scene_qpainter_x11_backend.cpp Move the x11 plugin sources into a x11/windowed directory 2016-04-12 08:04:16 +02:00
scene_qpainter_x11_backend.h Move the x11 plugin sources into a x11/windowed directory 2016-04-12 08:04:16 +02:00
x11.json Move the x11 plugin sources into a x11/windowed directory 2016-04-12 08:04:16 +02:00
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 Move the x11 plugin sources into a x11/windowed directory 2016-04-12 08:04:16 +02:00