touchpad: normalize the touchpad resolution to 400dpi, not 10 units/mm
[platform/upstream/libinput.git] / test / build-pedantic.c
1 #include <libinput.h>
2
3 /* This is a build-test only */
4
5 int
6 main(int argc, char **argv) {
7         return 0;
8 }