D23332: [Aurorae] Don't delay initial blit.

Vlad Zagorodniy noreply at phabricator.kde.org
Thu Aug 22 20:58:11 BST 2019


zzag accepted this revision.
zzag added inline comments.
This revision is now accepted and ready to land.

INLINE COMMENTS

> aurorae.cpp:610-640
> +        Q_ASSERT(m_view);
> +        const bool usingGL = m_view->rendererInterface()->graphicsApi() == QSGRendererInterface::OpenGL;
> +        if (usingGL) {
> +            Q_ASSERT(m_view->size().isValid());
> +            if (!m_context->makeCurrent(m_offscreenSurface.data())) {
> +                return;
> +            }

Indent this code with 4 spaces, rather than 8.

REPOSITORY
  R108 KWin

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D23332

To: davidedmundson, #kwin, zzag
Cc: zzag, romangg, kwin, LeGast00n, The-Feren-OS-Dev, sbergeron, jraleigh, fbampaloukas, GB_2, mkulinski, ragreen, jackyalcine, Pitel, iodelay, crozbo, bwowk, ZrenBot, ngraham, alexeymin, himcesjf, lesliezhai, ali-mohamed, hardening, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kwin/attachments/20190822/aa65a46f/attachment.html>


More information about the kwin mailing list