D8050: Expose wl_display_set_global_filter as a virtual method
Martin Flöser
noreply at phabricator.kde.org
Fri Sep 29 15:39:03 UTC 2017
graesslin added inline comments.
INLINE COMMENTS
> filtered_display.cpp:41
> + auto t = static_cast<FilteredDisplay::Private*>(data);
> + auto clientConnection = t->q->getConnection(const_cast<wl_client*>(client));
> + auto interface = wl_global_get_interface(global);
Why a const cast? Or other said: could we overload the getConnection to accept a const wl_client*?
> filtered_display.cpp:45
> + return t->q->allowInterface(clientConnection, name);
> + return false;
> + };
that looks like dead code.
REPOSITORY
R127 KWayland
REVISION DETAIL
https://phabricator.kde.org/D8050
To: davidedmundson, #plasma
Cc: graesslin, plasma-devel, #frameworks, leezu, ZrenBot, alexeymin, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, eliasp, sebas, apol, mart, hein
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20170929/1f433df5/attachment.html>
More information about the Plasma-devel
mailing list