kwin/plugins/platforms
Roman Gilg 7eafab7304 [platforms/drm] Return when property found
When initializing a property we loop through the drmModeObjectProperties
object and search for the property by its name.

Once found we create the Property object and there should be not another one
with the same name afterwards. In any case we would leak memory. Therefore just
directly return once the property was found.

This gives us the added benefit that we can put out a warning in case the
property was not found in the loop, what should not happen with the properties
we use.
2019-12-11 18:38:21 +01:00
..
drm [platforms/drm] Return when property found 2019-12-11 18:38:21 +01:00
fbdev
hwcomposer Fix build: remove call to removed method 2019-11-28 14:57:44 +01:00
virtual
wayland
x11 [x11] Add support for _GTK_FRAME_EXTENTS 2019-11-27 14:12:30 +02:00
CMakeLists.txt