kwin/platformsupport/scenes
Vlad Zahorodnii 59bf2a52ed Initialize the supports partial update flag to false
With 870679e46f, if the partial update
extension is unsupported, setSupportsPartialUpdate() won't be called.

The problem is that it may leave OpenGLBackend::supportsPartialUpdate()
uninitialized, which can lead to a crash if an OpenGL render backend
tries to call eglSetDamageRegionKHR() and EGL_KHR_partial_update is
unsupported.
2020-11-24 18:18:30 +02:00
..
opengl Initialize the supports partial update flag to false 2020-11-24 18:18:30 +02:00
qpainter Use consistent naming for begin/end frame hooks 2020-11-12 09:14:57 +02:00
CMakeLists.txt