<div>graesslin created this revision.<br />
graesslin added reviewers: Plasma, sebas.<br />
Restricted Application added a project: Plasma.<br />
Restricted Application added a subscriber: plasma-devel.</div><br /><div><strong>REVISION SUMMARY</strong><div><p>This is the first change in a refactoring series. The aim is to:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">rename AbstractBackend to Platform</li>
<li class="remarkup-list-item">move backends/ to plugins/platforms/</li>
<li class="remarkup-list-item">don't bind platforms to Wayland only</li>
<li class="remarkup-list-item">provide a platform plugin for "normal" X11</li>
<li class="remarkup-list-item">share more code between X11 and Wayland</li>
</ul>

<p>This change moves the platform/backend from waylandServer to Application.<br />
The init of the plugin happens directly in the Application from the<br />
KPluginMetaData. There is no need to externally init it and set the<br />
parent.</p>

<p>WaylandServer::backend() currently just delegates to<br />
kwinApp()->platform(), the idea is to drop this method completely.</p>

<p>The test infrastructure is also adjusted to this change.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>kwin_wayland still works, all tests pass</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>rKWIN KWin</div></div></div><br /><div><strong>BRANCH</strong><div><div>platform-application</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D1331" rel="noreferrer">https://phabricator.kde.org/D1331</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>abstract_backend.cpp<br />
autotests/wayland/kwin_wayland_test.cpp<br />
main.cpp<br />
main.h<br />
main_wayland.cpp<br />
wayland_server.cpp<br />
wayland_server.h</div></div></div><br /><div><strong>EMAIL PREFERENCES</strong><div><a href="https://phabricator.kde.org/settings/panel/emailpreferences/" rel="noreferrer">https://phabricator.kde.org/settings/panel/emailpreferences/</a></div></div><br /><div><strong>To: </strong>graesslin, Plasma, sebas<br /><strong>Cc: </strong>plasma-devel, sebas<br /></div>