This revision was automatically updated to reflect the committed changes.
Closed by commit R278:1731b86c7ebc: Use KWindowSystem's own platform
detection API instead of duplicated code (authored by graesslin).
REPOSITORY
R278 KWindowSystem
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org
broulik accepted this revision.
This revision is now accepted and ready to land.
REPOSITORY
R278 KWindowSystem
BRANCH
isplatform-internal
REVISION DETAIL
https://phabricator.kde.org/D8210
To: graesslin, #frameworks, #kwin, broulik
graesslin created this revision.
graesslin added reviewers: Frameworks, KWin.
Restricted Application added a project: Frameworks.
REVISION SUMMARY
KWindowSystem has an API to know which platform it is on. It's better to
use that one instead of duplicating the logic again and again.
REPOSITORY