Summary: | Touchpad based kinetic scrolling in gtk applications does not work | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Marcus Gursch <marcus.gursch> |
Component: | input | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugseforuns, emilio, hujq, nate, postix |
Priority: | NOR | Keywords: | wayland |
Version: | 5.24.5 | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/commit/e6b5cf283e619c712fe5f5f99e1c00bce06a7846 | Version Fixed In: | 6.0 |
Sentry Crash Report: |
Description
Marcus Gursch
2022-05-26 09:04:28 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/4057 Git commit e6b5cf283e619c712fe5f5f99e1c00bce06a7846 by Vlad Zahorodnii. Committed on 05/05/2023 at 10:27. Pushed by vladz into branch 'master'. core: Batch pointer input device events This change introduces InputDevice::pointerFrame(). The main motivation behind it is to allow batching multiple pointer events within a single event frame. M +6 -0 autotests/integration/test_helpers.cpp M +5 -0 src/backends/fakeinput/fakeinputdevice.cpp M +6 -0 src/backends/libinput/connection.cpp M +4 -0 src/backends/wayland/wayland_backend.cpp M +3 -0 src/backends/x11/windowed/x11_windowed_backend.cpp M +1 -0 src/core/inputdevice.h M +38 -10 src/input.cpp M +1 -0 src/input.h M +9 -0 src/pointer_input.cpp M +4 -0 src/pointer_input.h https://invent.kde.org/plasma/kwin/commit/e6b5cf283e619c712fe5f5f99e1c00bce06a7846 *** Bug 469965 has been marked as a duplicate of this bug. *** |