broulik added inline comments.

INLINE COMMENTS

> drm_object.h:64
>  
> +    bool propHasEnum(int prop, uint64_t value) {
> +        return m_props[prop]->hasEnum(value);

Const

> drm_object_plane.cpp:106
>              initProp(j, properties, typeNames);
> +        } else if(j == int(PropertyIndex::Rotation)) {
> +            initProp(j, properties, rotationNames);

Space before (

REPOSITORY
  R108 KWin

REVISION DETAIL
  https://phabricator.kde.org/D8645

To: graesslin, #kwin, #plasma, subdiff
Cc: broulik, plasma-devel, kwin, bwowk, ZrenBot, progwolff, lesliezhai, 
ali-mohamed, hardening, jensreuterberg, abetts, sebas, apol, mart

Reply via email to