D5172: Implement high DPI support in KWin QPA
Mark Gaiser
noreply at phabricator.kde.org
Sat Mar 25 16:00:52 UTC 2017
markg added inline comments.
INLINE COMMENTS
> screen.cpp:25
> #include <KWayland/Client/output.h>
> +#include <QDebug>
>
Looks like its unused.
> screen.cpp:79
> +{
> + return = m_output ? (qreal)m_output->scale() : 1.0;
> +}
c cast... no no no!
static_cast<qreal>(...)
REVISION DETAIL
https://phabricator.kde.org/D5172
To: davidedmundson, #plasma
Cc: markg, plasma-devel, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20170325/04199f67/attachment.html>
More information about the Plasma-devel
mailing list