From 69d0bacee9ae661545a3c64f864af7bf9d596a2d Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 14 Jun 2017 12:57:19 +1000 Subject: [PATCH] Remove vestiges of the event-gui Signed-off-by: Peter Hutterer --- README.md | 2 +- tools/.gitignore | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ce1b673a..c1ceb8ea 100644 --- a/README.md +++ b/README.md @@ -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 9bdb48d1..efc83c45 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -1,2 +1 @@ -event-gui ptraccel-debug