mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-08 00:00:14 +01:00
fallback: fix a comment typo
This commit is contained in:
parent
fdf896a764
commit
6edf2ed5ee
1 changed files with 1 additions and 1 deletions
|
|
@ -903,7 +903,7 @@ fallback_flush_mt_events(struct fallback_dispatch *dispatch,
|
|||
|
||||
/* Any palm state other than PALM_NEW means we've either
|
||||
* already cancelled the touch or the touch was never
|
||||
* a finger anyway and we didn't send the being.
|
||||
* a finger anyway and we didn't send the begin.
|
||||
*/
|
||||
if (slot->palm_state == PALM_NEW) {
|
||||
if (slot->state != SLOT_STATE_BEGIN)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue