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

--- Comment #2 from Roman Gilg <[email protected]> ---
I thought this too at first, so I went through all the XWayland and X mouse
setter input code.

But it's this explicit done call:
https://cgit.kde.org/kwin.git/tree/abstract_output.cpp#n105

XWayland expects the wl_output and xdg-output done calls to always come in
pairs. But when the wl_output position is not changed our
KWayland::Server::OutputInterface does not send a done event.

Then next time a pair is sent not all xdg-output information is already sent,
but XWayland thinks from previous done that xdg-output data has already
arrived.

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

Reply via email to