<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>Move the x11 plugin sources into a x11/windowed directory</p>

<p>Preparation step for having two x11 backends: the windowed for Wayland<br />
and a standalone for kwin_x11.</p>

<p>Add a very basic x11/standalone platform plugin</p>

<p>The plugin does not much. It's the most basic plugin we can have to<br />
be loaded from kwin_x11.</p>

<p>Unlike the wayland platform plugins it gets installed to:<br />
org.kde.kwin.platforms</p>

<p>Load and init the KWinX11Platform plugin in main_x11</p>

<p>kwin_x11 now also loads a platform plugin and initializes it.<br />
It doesn't do much except loading it and init it. Though it's also<br />
set up to continue startup only when screens are queried.</p>

<p>Move XRandrScreens to the x11/standalone plugin</p>

<p>By moving XRandrScreens the creation of screens gets simplified a lot<br />
as there is no need to have windowing system specific init code. It all<br />
just goes through the platform.</p>

<p>This also marks the point where the first X11 specific code is removed<br />
from kwin_wayland.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>rKWIN KWin</div></div></div><br /><div><strong>BRANCH</strong><div><div>x11-platform-plugin</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D1355" rel="noreferrer">https://phabricator.kde.org/D1355</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>CMakeLists.txt<br />
autotests/CMakeLists.txt<br />
autotests/test_xrandr_screens.cpp<br />
main_x11.cpp<br />
plugins/platforms/CMakeLists.txt<br />
plugins/platforms/x11/CMakeLists.txt<br />
plugins/platforms/x11/egl_x11_backend.cpp<br />
plugins/platforms/x11/egl_x11_backend.h<br />
plugins/platforms/x11/logging.cpp<br />
plugins/platforms/x11/logging.h<br />
plugins/platforms/x11/scene_qpainter_x11_backend.cpp<br />
plugins/platforms/x11/scene_qpainter_x11_backend.h<br />
plugins/platforms/x11/standalone/CMakeLists.txt<br />
plugins/platforms/x11/standalone/screens_xrandr.cpp<br />
plugins/platforms/x11/standalone/screens_xrandr.h<br />
plugins/platforms/x11/standalone/x11.json<br />
plugins/platforms/x11/standalone/x11_platform.cpp<br />
plugins/platforms/x11/standalone/x11_platform.h<br />
plugins/platforms/x11/windowed/CMakeLists.txt<br />
plugins/platforms/x11/windowed/egl_x11_backend.cpp<br />
plugins/platforms/x11/windowed/egl_x11_backend.h<br />
plugins/platforms/x11/windowed/logging.cpp<br />
plugins/platforms/x11/windowed/logging.h<br />
plugins/platforms/x11/windowed/scene_qpainter_x11_backend.cpp<br />
plugins/platforms/x11/windowed/scene_qpainter_x11_backend.h<br />
plugins/platforms/x11/windowed/x11.json<br />
plugins/platforms/x11/windowed/x11windowed_backend.cpp<br />
plugins/platforms/x11/windowed/x11windowed_backend.h<br />
plugins/platforms/x11/x11.json<br />
plugins/platforms/x11/x11windowed_backend.cpp<br />
plugins/platforms/x11/x11windowed_backend.h<br />
screens.cpp<br />
screens_xrandr.cpp<br />
screens_xrandr.h<br />
x11eventfilter.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>