projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f617b41
)
docs: fix "See also" link in libinput_config_accel_profile
author
Llerraf Gnem
<lleerraaff@gmail.com>
Wed, 26 Jul 2023 16:41:34 +0000
(11:41 -0500)
committer
Llerraf Gnem
<lleerraaff@gmail.com>
Wed, 26 Jul 2023 16:41:34 +0000
(11:41 -0500)
Used to be to libinput_device_config_accel_set_points, corrected to
libinput_config_accel_set_points
src/libinput.h
patch
|
blob
|
history
diff --git
a/src/libinput.h
b/src/libinput.h
index 272704956a054e7572e8d414dca117ad5e2b025b..6258a1af7cb80d1b96688d8e3a33ee150e096a11 100644
(file)
--- a/
src/libinput.h
+++ b/
src/libinput.h
@@
-5237,7
+5237,7
@@
enum libinput_config_accel_profile {
* on user defined custom acceleration functions for each movement
* type.
*
- * @see libinput_
device_
config_accel_set_points
+ * @see libinput_config_accel_set_points
*/
LIBINPUT_CONFIG_ACCEL_PROFILE_CUSTOM = (1 << 2),
};