Diffusion KWin f0652970f4f0

Drop boolean parameter from AbstractClient::caption

Authored by graesslin on Aug 20 2017, 7:35 AM.

Description

Drop boolean parameter from AbstractClient::caption

Summary:
With the latest refactoring AbstractClient::captionNormal is the same as
AbstractClient::caption(false) used to be. As there were only two usages
of the false parameter, let's remove this boolean trap and use proper
API calls.

Reviewers: KWin, Plasma

Subscribers: plasma-devel, kwin

Tags: KWin

Differential Revision: https://phabricator.kde.org/D7427

Details