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

Vlad Zahorodnii <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
                   |ma/kwin/-/commit/43d0850ddb |ma/kwin/-/commit/88f8897132
                   |704c7b1bc8113dba645d955e8a3 |6600923329c3542ade808c35d0b
                   |18f                         |703

--- Comment #7 from Vlad Zahorodnii <[email protected]> ---
Git commit 88f88971326600923329c3542ade808c35d0b703 by Vlad Zahorodnii.
Committed on 06/07/2026 at 10:23.
Pushed by vladz into branch 'Plasma/6.7'.

libinput: Fix Device::serializeMatrix

QMatrix4x4's ctor accepts data in row-major order, but constData() returns
column-major order

This means that serialize and deserialize are inconsistent

Fix serialize to also work on row-major order


(cherry picked from commit 43d0850ddb704c7b1bc8113dba645d955e8a318f)

Co-authored-by: Nicolas Fella <[email protected]>

M  +12   -0    autotests/libinput/device_test.cpp
M  +8    -4    src/backends/libinput/device.cpp

https://invent.kde.org/plasma/kwin/-/commit/88f88971326600923329c3542ade808c35d0b703

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

Reply via email to