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

--- Comment #8 from Thomas Lübking <thomas.luebk...@gmail.com> ---
(In reply to mcottrell from comment #7)
> from the root window (which I guess is the same as the desktop window?).

Nope. the plasmashell desktop containment is a regular root child (top level
window) with special tags to be known as "desktop" - you'll however get every
event on the root window if you listen to child events (didn't check your code)

> I'm trying to accumulate damaged regions so that I can scrape only pixels
> that have changed, then encode and transmit them over the network to remote
> the desktop.

Just listen to exposure events in addition - you should not get them while a
compositor does the screen and even iff, they'll be part of the damage events
from the compositor scene anyway.

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

Reply via email to