Add basic manpage and sync up README documentation

This commit is contained in:
Miles Alan
2020-06-13 21:25:27 -05:00
parent b4dd89ae3a
commit 51ecaea4e2
5 changed files with 105 additions and 16 deletions
-1
View File
@@ -160,7 +160,6 @@ touchmotion(struct libinput_event *e)
{
struct libinput_event_touch *tevent;
int slot;
double x, y;
tevent = libinput_event_get_touch_event(e);
slot = libinput_event_touch_get_slot(tevent);