mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-01 22:10:10 +01:00
plugins: fix the timer name for the tablet proximity timer
Since every device has one of those, let's name it after the device's system. Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1244>
This commit is contained in:
parent
d2316d7e93
commit
f003dbb6cb
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ proximity_timer_plugin_device_added(struct libinput_plugin *libinput_plugin,
|
|||
pd->device = libinput_device_ref(device);
|
||||
pd->parent = plugin;
|
||||
pd->prox_out_timer = libinput_plugin_timer_new(libinput_plugin,
|
||||
"proximity-timer",
|
||||
libinput_device_get_sysname(device),
|
||||
tablet_proximity_out_quirk_timer_func,
|
||||
pd);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue