summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2010-08-18 13:11:18 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2010-08-24 14:14:18 +1000
commit4307dc3522ce6948cf943d4c5b51d4714a630216 (patch)
treebfae902f73fa5a0b1e051b99365c219f2b795ccc /include
parent71a16329df21bf8451eabb090f2785061cbe2573 (diff)
downloadxf86-input-wacom-4307dc3522ce6948cf943d4c5b51d4714a630216.tar.gz
Update a comment in the light of the driver sending keycodes now.
The property values now refer to keycodes, not keysyms. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Acked-by: Ping Cheng <pinglinux@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/Xwacom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Xwacom.h b/include/Xwacom.h
index f0fdd64..bec9a26 100644
--- a/include/Xwacom.h
+++ b/include/Xwacom.h
@@ -42,7 +42,7 @@
* 256 actions on press, where a zero terminates the actions.
*
* e.g.
- * AC_KEY | AC_KEYBTNPRESS | XK_H is a key press for 'H'.
+ * AC_KEY | AC_KEYBTNPRESS | <keycode> is a key press for key <keycode>.
* AC_BUTTON | AC_KEYBTNPRESS | 1 is a button press for 1
* AC_BUTTON | 1 is a button release for 1
*