mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
backends/native: Override the right property name
Fixup to https://gitlab.gnome.org/GNOME/mutter/merge_requests/1044, clearly it's not enough to compile check after "just a minor rename".
This commit is contained in:
parent
c273f74025
commit
e76ff8530b
@ -2801,7 +2801,7 @@ meta_seat_native_class_init (MetaSeatNativeClass *klass)
|
|||||||
g_object_class_install_properties (object_class, N_PROPS, props);
|
g_object_class_install_properties (object_class, N_PROPS, props);
|
||||||
|
|
||||||
g_object_class_override_property (object_class, PROP_TOUCH_MODE,
|
g_object_class_override_property (object_class, PROP_TOUCH_MODE,
|
||||||
"tablet-mode");
|
"touch-mode");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user