mirror of
https://github.com/X11Libre/xf86-input-libinput.git
synced 2026-03-24 09:34:04 +00:00
Apply the configuration before initalizing the property
Otherwise the property contains the device defaults, rather than the xorg.conf options. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -632,6 +632,7 @@ xf86libinput_init(DeviceIntPtr dev)
|
||||
if (libinput_device_has_capability(device, LIBINPUT_DEVICE_CAP_TOUCH))
|
||||
xf86libinput_init_touch(pInfo);
|
||||
|
||||
LibinputApplyConfig(dev);
|
||||
LibinputInitProperty(dev);
|
||||
XIRegisterPropertyHandler(dev, LibinputSetProperty, NULL, NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user