summaryrefslogtreecommitdiff
path: root/dix
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-09-08 17:43:24 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-09-08 18:07:16 +1000
commita9d30f6a038166052a4684308db205bd4e60799e (patch)
treec864530be44431ee97dc50859173093fe50f255e /dix
parent1bdc9ec617d357b076c9e69296018bc212d91c7d (diff)
dix: GetKeyboardValuatorEvents doesn't recurse anymore - fix comment.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'dix')
-rw-r--r--dix/getevents.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/dix/getevents.c b/dix/getevents.c
index 2912c1e85..46e508002 100644
--- a/dix/getevents.c
+++ b/dix/getevents.c
@@ -858,10 +858,6 @@ GetKeyboardEvents(EventList *events, DeviceIntPtr pDev, int type, int key_code)
* that is done by SwitchCoreKeyboard, which is called from
* mieqProcessInputEvents. If replacing that function, take care to call
* SetCoreKeyboard before processInputProc, so keymaps are altered to suit.
- *
- * Note that this function recurses! If called for non-XKB, a repeating
- * key press will trigger a matching KeyRelease, as well as the
- * KeyPresses.
*/
int
GetKeyboardValuatorEvents(EventList *events, DeviceIntPtr pDev, int type,