mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-09 08:18:02 +02:00
docs: fix "See also" link in libinput_config_accel_profile
Used to be to libinput_device_config_accel_set_points, corrected to libinput_config_accel_set_points
This commit is contained in:
parent
f617b414fb
commit
38fdfd1dfe
1 changed files with 1 additions and 1 deletions
|
|
@ -5237,7 +5237,7 @@ enum libinput_config_accel_profile {
|
||||||
* on user defined custom acceleration functions for each movement
|
* on user defined custom acceleration functions for each movement
|
||||||
* type.
|
* type.
|
||||||
*
|
*
|
||||||
* @see libinput_device_config_accel_set_points
|
* @see libinput_config_accel_set_points
|
||||||
*/
|
*/
|
||||||
LIBINPUT_CONFIG_ACCEL_PROFILE_CUSTOM = (1 << 2),
|
LIBINPUT_CONFIG_ACCEL_PROFILE_CUSTOM = (1 << 2),
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue