https://bugs.kde.org/show_bug.cgi?id=509669

--- Comment #64 from Zamundaaa <[email protected]> ---
For a long time, frame callbacks were the problem, but
- we don't send them when rendering the cursor anymore, they're instead always
sent in Compositor::composite
- we still schedule a frame when the cursor is updated, we merely optimize out
the rendering

Since we'll always end up sending frame callbacks and progressing fifo for the
cursor once per frame, that problem shouldn't be relevant anymore.

It will still mean that color changes of the output and the cursor can be
potentially out of sync... it's probably hard to notice though, and we could
easily guard against that if necessary.

Feel free to submit the patch as a MR.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to