mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
backends/native: Use libinput seat slot API
Instead of creating a seat-wide touch slot ID ourselves, rely on libinput API doing this for us. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1486
This commit is contained in:

committed by
Jonas Ådahl

parent
439e9a5567
commit
c9a405ff9e
@ -1233,7 +1233,8 @@ release_device_touch_slot (gpointer value)
|
||||
{
|
||||
MetaTouchState *touch_state = value;
|
||||
|
||||
meta_seat_native_release_touch_state (touch_state->seat, touch_state);
|
||||
meta_seat_native_release_touch_state (touch_state->seat,
|
||||
touch_state->seat_slot);
|
||||
}
|
||||
|
||||
MetaTouchState *
|
||||
|
Reference in New Issue
Block a user