mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
clutter/seat: Add seat name
This is similar to the existing seat-id that is part of MetaSeatNative, but meant to be passed to created input capture seats. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2628>
This commit is contained in:

committed by
Carlos Garnacho

parent
e917b7de43
commit
a2bdce2c8e
@ -155,6 +155,7 @@ meta_backend_native_create_default_seat (MetaBackend *backend,
|
||||
return CLUTTER_SEAT (g_object_new (META_TYPE_SEAT_NATIVE,
|
||||
"backend", backend,
|
||||
"seat-id", seat_id,
|
||||
"name", seat_id,
|
||||
"flags", flags,
|
||||
NULL));
|
||||
}
|
||||
|
Reference in New Issue
Block a user