flush touch aux events without normal touch events
authorjeon <jhyuni.kang@samsung.com>
Wed, 17 Jun 2020 12:57:18 +0000 (21:57 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 4 Feb 2025 09:32:08 +0000 (18:32 +0900)
Change-Id: I1a249c253a0f760b523c56cd73d3daa76a2eac0b

src/evdev-fallback.c

index ac7cb8e2afe6cd7cdaf63e9c6fd382b8d6bcca39..647edec228ed75aaf2ee6c6e89524aff580b2be3 100644 (file)
@@ -687,6 +687,8 @@ fallback_process_touch(struct fallback_dispatch *dispatch,
                break;
        default:
                fallback_process_touch_extra_aux_data(dispatch, device, e);
+               dispatch->pending_event |= EVDEV_ABSOLUTE_MT;
+               slot->dirty = true;
                break;
        }
 }