mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05: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
97f099d8ce
commit
6df02e5429
@ -239,7 +239,7 @@ meta_input_settings_x11_set_tap_and_drag_enabled (MetaInputSettings *settings,
|
||||
{
|
||||
guchar value = (enabled) ? 1 : 0;
|
||||
|
||||
change_property (device, "libinput TappingDrag Enabled",
|
||||
change_property (device, "libinput Tapping Drag Enabled",
|
||||
XA_INTEGER, 8, &value, 1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user