mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
backends/x11: Stop translating a property ID
These are not visible to users. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1593>
This commit is contained in:
parent
488d9c0570
commit
407e8c0f37
@ -288,8 +288,8 @@ meta_input_device_x11_class_init (MetaInputDeviceX11Class *klass)
|
|||||||
|
|
||||||
props[PROP_ID] =
|
props[PROP_ID] =
|
||||||
g_param_spec_int ("id",
|
g_param_spec_int ("id",
|
||||||
P_("Id"),
|
"Id",
|
||||||
P_("Unique identifier of the device"),
|
"Unique identifier of the device",
|
||||||
-1, G_MAXINT,
|
-1, G_MAXINT,
|
||||||
0,
|
0,
|
||||||
CLUTTER_PARAM_READWRITE |
|
CLUTTER_PARAM_READWRITE |
|
||||||
|
Loading…
Reference in New Issue
Block a user