luebking added inline comments.

INLINE COMMENTS

> abstract_client.cpp:1634
> +        const auto margins = decoration()->resizeOnlyBorders();
> +        if (!margins.isNull()) {
> +            return Toplevel::inputGeometry() + margins;

spare this test and just

  return TopLevel::inputGeometry() + decoration()->resizeOnlyBorders();

resp. even (more controlled, geometry() isn't virtual, but it depends on what 
you really need here)

  return geometry() + decoration()->resizeOnlyBorders();

?

REPOSITORY
  rKWIN KWin

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

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: graesslin, #kwin, #plasma_on_wayland
Cc: luebking, plasma-devel, kwin, lesliezhai, ali-mohamed, hardening, 
jensreuterberg, abetts, sebas

Reply via email to