D12235: Add XDG Output Protocol
Roman Gilg
noreply at phabricator.kde.org
Mon Apr 30 13:38:47 UTC 2018
romangg added inline comments.
INLINE COMMENTS
> display.h:263
> + /**
> + * Creates the ServerSideDecorationPaletteManagerInterface
> + *
the //XdgOutputManagerInterface//
> xdgoutput_interface.cpp:107
> + });
> + connect(this, &QObject::destroyed, this, [this, output]() {
> + Q_D();
You do not want to connect the destroyed signal of `this` (i.e. the one of the XdgOuputManagerInterface) here but the one of the new XdgOutputInterface, right?
> xdgoutput_interface.cpp:131
> + auto output = OutputInterface::get(outputResource);
> + if (!output) { // output client is requesting XdgOutput for doesn't exist
> + return;
Comment: `client is requesting XdgOutput for output, that doesn't exist`
REPOSITORY
R127 KWayland
REVISION DETAIL
https://phabricator.kde.org/D12235
To: davidedmundson, romangg
Cc: #frameworks, michaelh, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180430/1aa0cdba/attachment.html>
More information about the Kde-frameworks-devel
mailing list