Skip to content
Commit b62dd292 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

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.
parent a521525c
Pipeline #194631 passed with stage
in 12 minutes and 35 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment