diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | tools/.gitignore | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -73,7 +73,7 @@ repository. Developers are encouraged to look at those tools for a real-world (yet simple) example on how to use libinput. - A commandline debugging tool: https://cgit.freedesktop.org/wayland/libinput/tree/tools/event-debug.c -- A GTK application that draws cursor/touch/tablet positions: https://cgit.freedesktop.org/wayland/libinput/tree/tools/event-gui.c +- A GTK application that draws cursor/touch/tablet positions: https://cgit.freedesktop.org/wayland/libinput/tree/tools/libinput-debug-gui.c Build instructions: http://wayland.freedesktop.org/libinput/doc/latest/building_libinput.html diff --git a/tools/.gitignore b/tools/.gitignore index 9bdb48d..efc83c4 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -1,2 +1 @@ -event-gui ptraccel-debug |