D8210: Use KWindowSystem's own platform detection API instead of duplicated code

2017-10-09 Thread Martin Flöser
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

D8210: Use KWindowSystem's own platform detection API instead of duplicated code

2017-10-08 Thread Kai Uwe Broulik
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

D8210: Use KWindowSystem's own platform detection API instead of duplicated code

2017-10-08 Thread Martin Flöser
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