Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libinput: check max pointers #14028

Merged
merged 1 commit into from
Jun 15, 2018
Merged

libinput: check max pointers #14028

merged 1 commit into from
Jun 15, 2018

Conversation

lrusak
Copy link
Contributor

@lrusak lrusak commented Jun 13, 2018

This fixes a crash when you placed more than 2 fingers on the screen. Basically we want to check if m_points has enough slots to hold the amount of pointer positions. Kodi can only handle 2 pointers but this makes it scalable if we ever add support for more.

@lrusak lrusak added Type: Fix non-breaking change which fixes an issue Component: Input v18 Leia labels Jun 13, 2018
@lrusak lrusak added this to the Leia 18.0-alpha3 milestone Jun 13, 2018
@lrusak lrusak merged commit eea6e88 into xbmc:master Jun 15, 2018
@lrusak lrusak deleted the libinput-fix branch February 11, 2022 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Input Type: Fix non-breaking change which fixes an issue v18 Leia
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant