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:
Peter Hutterer 2025-06-24 11:58:39 +10:00 committed by Marge Bot
parent d2316d7e93
commit f003dbb6cb

View file

@ -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);