mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 11:32:04 +00:00
input-settings/x11: Fix tap-and-drag libinput property name
It's "libinput Tapping Drag Enabled", not "libinput TappingDrag Enabled". https://bugzilla.gnome.org/show_bug.cgi?id=775755
This commit is contained in:
parent
4e3b26d2ed
commit
01e27a4366
@ -239,7 +239,7 @@ meta_input_settings_x11_set_tap_and_drag_enabled (MetaInputSettings *settings,
|
|||||||
{
|
{
|
||||||
guchar value = (enabled) ? 1 : 0;
|
guchar value = (enabled) ? 1 : 0;
|
||||||
|
|
||||||
change_property (device, "libinput TappingDrag Enabled",
|
change_property (device, "libinput Tapping Drag Enabled",
|
||||||
XA_INTEGER, 8, &value, 1);
|
XA_INTEGER, 8, &value, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user