D15910: Implement wl_surface::damage_buffer
Vlad Zagorodniy
noreply at phabricator.kde.org
Tue Oct 2 23:24:23 BST 2018
zzag added inline comments.
INLINE COMMENTS
> surface.cpp:244
> +{
> + for (const QRect &r : region.rects()) {
> + damageBuffer(r);
`for (const QRect &r : region) {`
rects() is obsolete. http://doc.qt.io/qt-5/qregion-obsolete.html#rects
REPOSITORY
R127 KWayland
REVISION DETAIL
https://phabricator.kde.org/D15910
To: romangg, #kwin
Cc: zzag, kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20181002/e8d92585/attachment.html>
More information about the Kde-frameworks-devel
mailing list