mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
clutter/backends: Rename master and slave devices
Just because X11/XI uses a particular terminology doesn't mean we
have to use the same terms in our own API. The replacement terms
are in line with gtk@1c856a208, which seems a better precedent
for consistency.
Follow-up to commit 17417a82a5
.
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1425
This commit is contained in:
@ -1348,7 +1348,7 @@ meta_input_device_native_new (MetaSeatNative *seat,
|
||||
"id", device_id,
|
||||
"name", libinput_device_get_name (libinput_device),
|
||||
"device-type", type,
|
||||
"device-mode", CLUTTER_INPUT_MODE_SLAVE,
|
||||
"device-mode", CLUTTER_INPUT_MODE_PHYSICAL,
|
||||
"enabled", TRUE,
|
||||
"vendor-id", vendor,
|
||||
"product-id", product,
|
||||
|
Reference in New Issue
Block a user