summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-06-23 16:20:08 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2020-06-25 10:32:08 +1000
commit3adbe54eacbb8dd3f23f9a4d1171ec0704a7fffb (patch)
tree00e5edfa80e351dd63f9177f02d8dcf12f94675f /doc
parentf525f9f0403c4881f32e65234d2647cd67dc826c (diff)
downloadxorg-lib-libxkbcommon-3adbe54eacbb8dd3f23f9a4d1171ec0704a7fffb.tar.gz
tools: move the remaining tools from test to here
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/quick-guide.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/quick-guide.md b/doc/quick-guide.md
index 9d66475..eb1a757 100644
--- a/doc/quick-guide.md
+++ b/doc/quick-guide.md
@@ -16,11 +16,11 @@ the library. We will employ a few use-cases to lead the examples:
The snippets are not complete, and some support code is omitted. You
can find complete and more complex examples in the source directory:
-1. test/interactive-evdev.c contains an interactive evdev client.
+1. tools/interactive-evdev.c contains an interactive evdev client.
-2. test/interactive-x11.c contains an interactive X11 client.
+2. tools/interactive-x11.c contains an interactive X11 client.
-3. test/interactive-wayland.c contains an interactive Wayland client.
+3. tools/interactive-wayland.c contains an interactive Wayland client.
Also, the library contains many more functions for examining and using
the library context, the keymap and the keyboard state. See the