kwin/plugins/platforms
Martin Gräßlin 44e37aacdf Set initial count of screens before calling Screens::init
Screens::init sets up a Qt::QueuedConnection connect from countChanged
to changed. This means that when first setting up the connection a
changed signal will be delivered in the next event cycle. This can mess
with other code. E.g. WaylandServer recreating outputs which can make
Xwayland crash or KWin internally crash.

To solve this problem we just need to make sure to set the output count
to the initial value before performing the init.

Reviewed-By: bshah
2016-08-05 09:59:22 +02:00
..
drm Set initial count of screens before calling Screens::init 2016-08-05 09:59:22 +02:00
fbdev [platforms/fbdev] Handle error conditions more gracefully 2016-07-13 10:11:38 +02:00
hwcomposer Support restarting the OpenGL compositor on Wayland 2016-07-20 14:08:23 +02:00
virtual Set initial count of screens before calling Screens::init 2016-08-05 09:59:22 +02:00
wayland Support restarting the OpenGL compositor on Wayland 2016-07-20 14:08:23 +02:00
x11 Remove the unredirect fullscreen windows functionality 2016-08-04 14:48:35 +02:00
CMakeLists.txt Move the x11 plugin sources into a x11/windowed directory 2016-04-12 08:04:16 +02:00