[mutter] evdev: Use device name rather than sysname
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] evdev: Use device name rather than sysname
- Date: Tue, 3 May 2016 16:45:58 +0000 (UTC)
commit 9d32146edbd4363d3f2ae73a38680b8f64165028
Author: Carlos Garnacho <carlosg gnome org>
Date: Fri Jan 9 17:06:55 2015 +0100
evdev: Use device name rather than sysname
The device name is something more natural, similar to what's seen
in X11, the sysname is rather the event node basename, which may
also vary depending on device insertion/detection time.
clutter/clutter/evdev/clutter-input-device-evdev.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter/clutter/evdev/clutter-input-device-evdev.c
b/clutter/clutter/evdev/clutter-input-device-evdev.c
index db190b1..6e9c925 100644
--- a/clutter/clutter/evdev/clutter-input-device-evdev.c
+++ b/clutter/clutter/evdev/clutter-input-device-evdev.c
@@ -112,7 +112,7 @@ _clutter_input_device_evdev_new (ClutterDeviceManager *manager,
device_id = _clutter_device_manager_evdev_acquire_device_id (manager_evdev);
device = g_object_new (CLUTTER_TYPE_INPUT_DEVICE_EVDEV,
"id", device_id,
- "name", libinput_device_get_sysname (libinput_device),
+ "name", libinput_device_get_name (libinput_device),
"device-manager", manager,
"device-type", type,
"device-mode", CLUTTER_INPUT_MODE_SLAVE,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]