This website requires JavaScript.
Explore
Help
Sign in
fdo-mirrors
/
libinput
Watch
1
Star
0
Fork
You've already forked libinput
0
mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced
2025-12-20 09:10:04 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1.12-branch
libinput
/
include
/
linux
/
input.h
6 lines
94 B
C
Raw
Permalink
Normal View
History
Unescape
Escape
Add input.h for FreeBSD
2018-07-16 00:05:33 +03:00
#
ifdef __linux__
#
include
"linux/input.h"
#
elif __FreeBSD__
#
include
"freebsd/input.h"
Update struct input_event The struct input_event is not y2038 safe. Update the struct according to the kernel patch: https://lkml.org/lkml/2018/1/6/324 Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2018-01-15 16:16:37 -08:00
#
endif
Reference in a new issue
Copy permalink