kwin/src/plugins/platforms
Aleix Pol b82840d7e0 drm: Don't call virtual methods from a parent class destructor
We'd be relying on AbstractEglDrmBackend on calling cleanup but we'd be
doing it when cleanupSurfaces cannot be reached out anymore, turning it
into a half-baked cleanup.

Instead call cleanup from the leaf class destructors.
2021-04-20 13:02:46 +02:00
..
drm drm: Don't call virtual methods from a parent class destructor 2021-04-20 13:02:46 +02:00
fbdev wayland: Generate valid output uuids 2021-04-08 19:04:17 +00:00
virtual wayland: Generate valid output uuids 2021-04-08 19:04:17 +00:00
wayland wayland: Generate valid output uuids 2021-04-08 19:04:17 +00:00
x11 wayland: Generate valid output uuids 2021-04-08 19:04:17 +00:00
CMakeLists.txt