kwin/plugins/platforms
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
..
drm Support restarting the OpenGL compositor on Wayland 2016-07-20 14:08:23 +02:00
fbdev
hwcomposer Support restarting the OpenGL compositor on Wayland 2016-07-20 14:08:23 +02:00
virtual [platforms/virtual] Use rendernode or vgem device if available for egl 2016-07-21 09:13:57 +02:00
wayland Support restarting the OpenGL compositor on Wayland 2016-07-20 14:08:23 +02:00
x11 [platforms/x11-windows] Delay x11 event processing till Workspace is started 2016-08-03 17:24:37 +02:00
CMakeLists.txt