kwin/src/backends
Vlad Zahorodnii 42285bc659 backends/wayland: Remove AbstractEglBackend::setSurface() call
KWin requires surfacesless contexts, so this setSurface() is not needed.
This ensures that makeCurrent() won't make the opengl context current
against a surface that belongs to a removed output.
2022-07-19 18:56:12 +00:00
..
drm platform, scenes: use std::unique_ptr for creation functions 2022-07-18 14:26:26 +00:00
fakeinput
libinput libinput: use std::unique_ptr for events 2022-06-21 17:50:49 +00:00
virtual platform, scenes: use std::unique_ptr for creation functions 2022-07-18 14:26:26 +00:00
wayland backends/wayland: Remove AbstractEglBackend::setSurface() call 2022-07-19 18:56:12 +00:00
x11 x11: Remove unused field in EglOnXBackend 2022-07-19 17:19:40 +03:00
CMakeLists.txt