https://bugs.kde.org/show_bug.cgi?id=457021
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |FIXED Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kwin/commit/d7033a3c8313 |ma/kwin/commit/6c71b8720038 |4f383fbbd8e005ff6a10c79e48d |e108ce4e494b0ef99e15e8e5b67 |4 |d --- Comment #12 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 6c71b8720038e108ce4e494b0ef99e15e8e5b67d by Vlad Zahorodnii. Committed on 15/05/2023 at 07:36. Pushed by vladz into branch 'master'. wayland: Fix null pointer constraint region handling If the pointer constraint region is null, the input region must be used instead. If the pointer constraint region is valid, it should be intersected with the input region. M +15 -23 src/pointer_input.cpp M +24 -4 src/wayland/autotests/client/test_pointer_constraints.cpp M +35 -10 src/wayland/pointerconstraints_v1_interface.cpp M +2 -0 src/wayland/pointerconstraints_v1_interface_p.h M +10 -9 src/wayland/surface_interface.cpp M +0 -10 src/window.cpp M +0 -1 src/window.h https://invent.kde.org/plasma/kwin/commit/6c71b8720038e108ce4e494b0ef99e15e8e5b67d -- You are receiving this mail because: You are watching all bug changes.