<table><tr><td style="">graesslin created this revision.<br />graesslin added a reviewer: Plasma on Wayland.<br />Restricted Application added a subscriber: plasma-devel.<br />Restricted Application added a project: Plasma on Wayland.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D3295" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>In SeatInterface we need to get all PointerInterfaces related to a given<br />
Surface (Client) and call a method on it. The implementation we had so<br />
far went through all Pointers and put all PointerInterfaces into a new<br />
temporary QVector. In most cases all we did then was iterating over the<br />
returned vector.</p>

<p>Which means we created a temporary vector for nothing.</p>

<p>This change implements a kind of std::for_each with the constraints of<br />
the previously used pointersForSurface which does the check that Surface<br />
is not null and that the client matches. If a PointerInterface is found<br />
for that, the passed in method is invoked on it.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>rKWAYLAND KWayland</div></div></div><br /><div><strong>BRANCH</strong><div><div>pointers-for-surface-overhead</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D3295" rel="noreferrer">https://phabricator.kde.org/D3295</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/server/seat_interface.cpp</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 on Wayland<br /><strong>Cc: </strong>plasma-devel, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas<br /></div>