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

--- Comment #2 from Roman Gilg <subd...@gmail.com> ---
We get confined and locked probably at the same time, but we setConfined first
in https://cgit.kde.org/kwin.git/tree/pointer_input.cpp#n599, show the confined
OSD and return on
https://cgit.kde.org/kwin.git/tree/pointer_input.cpp#n626

Then on the next call to PointerInputRedirection::update(), which again calls
PointerInputRedirection::enablePointerConstraints(), we go into
https://cgit.kde.org/kwin.git/tree/pointer_input.cpp#n638 and show the other
OSD.

The thing is though when one of the two OSD::show(..) calls get removed, the
code works without problems, so there seems to be no general problem with
confining and locking at the same time.

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

Reply via email to