[Differential] [Commented On] D3499: drm cursor scaling
graesslin (Martin Gräßlin)
noreply at phabricator.kde.org
Fri Nov 25 14:48:19 UTC 2016
graesslin added a comment.
I cannot help it: to me it looks wrong.
INLINE COMMENTS
> drm_output.cpp:93
> {
> const QPoint p = globalPos - m_globalPos;
> + drmModeMoveCursor(m_backend->fd(), m_crtcId, p.x() * m_scale, p.y() * m_scale);
const QPoint p = (globalPos - m_globalPos) * m_scale;
REPOSITORY
rKWIN KWin
REVISION DETAIL
https://phabricator.kde.org/D3499
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: davidedmundson, #plasma, graesslin
Cc: graesslin, plasma-devel, kwin, lesliezhai, ali-mohamed, hardening, jensreuterberg, abetts, sebas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20161125/71a32990/attachment.html>
More information about the Plasma-devel
mailing list