[Differential] [Changed Subscribers] D3159: Set wayland output scale
broulik (Kai Uwe Broulik)
noreply at phabricator.kde.org
Wed Oct 26 10:04:51 UTC 2016
broulik added inline comments.
INLINE COMMENTS
> x11windowed_backend.cpp:477-480
> + QVector<qreal> ret;
> + for (auto it = m_windows.constBegin(); it != m_windows.constEnd(); ++it) {
> + ret << initialOutputScale();
> + }
QVector<T> &QVector::fill(const T &value, int size = -1)
Assigns value to all items in the vector. If size is different from -1 (the default), the vector is resized to size size beforehand.
REPOSITORY
rKWIN KWin
REVISION DETAIL
https://phabricator.kde.org/D3159
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: davidedmundson, #plasma
Cc: broulik, graesslin, plasma-devel, kwin, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20161026/501cfb54/attachment.html>
More information about the Plasma-devel
mailing list