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 Replace Wayland/XDG outputs checks with enablement checks 2019-09-05 17:29:08 +02:00
hwcomposer Fix build: remove call to removed method 2019-11-28 14:57:44 +01:00
virtual Use URL with transport encryption 2019-11-26 19:39:20 +02:00
wayland [platforms/wayland] Use xdg-shell stable protocol 2019-11-03 19:30:08 +01:00
x11 [x11] Add support for _GTK_FRAME_EXTENTS 2019-11-27 14:12:30 +02:00
CMakeLists.txt Cleanup style in CMakeLists.txt files 2019-09-17 16:03:05 +03:00