kwin/src/wayland/autotests
John Brooks a1191bea18 wayland: Fix missing relative motion events
Use isNull on QSizeF to check for a zero delta instead of comparing it
with a default-constructed QSizeF, which in practice initializes to
(-1.0,-1.0). This caused relative motion events to be omitted if the
delta happened to be equal to (-1.0,-1.0), causing mouse jumping in some
applications.

BUG: 444510

Signed-off-by: John Brooks <john@fastquake.com>
2022-10-25 08:18:45 +00:00
..
client wayland: Fix missing relative motion events 2022-10-25 08:18:45 +00:00
server Implement a enableRequested signal for text-input-v3 2022-10-25 04:34:26 +00:00
CMakeLists.txt