kwin/src/backends
Vlad Zahorodnii b62dd29210 backends/drm: Change the base class of DrmLeaseOutput
At the moment, the DrmLeaseOutput class inherits from the
KWaylandServer::DrmLeaseConnectionV1Interface class. While this works,
it's not a future-proof design. For example, kwin could also lease its
"desktop" outputs in order to let another wayland compositor run
alongside it.

Also, it's a good practice to prefer composition over inheritance.
2022-06-23 19:51:24 +00:00
..
drm backends/drm: Change the base class of DrmLeaseOutput 2022-06-23 19:51:24 +00:00
fakeinput Ignore fake input devices when detecting tablet mode 2022-06-06 17:25:37 +00:00
libinput libinput: use std::unique_ptr for events 2022-06-21 17:50:49 +00:00
virtual backends: use std::unique_ptr for RenderLoop 2022-06-21 17:50:49 +00:00
wayland backends/wayland: Offer the connector name as the model 2022-06-22 01:54:19 +02:00
x11 backends: use std::unique_ptr for RenderLoop 2022-06-21 17:50:49 +00:00
CMakeLists.txt Drop fbdev backend 2022-03-17 09:13:21 +00:00