From a9d30f6a038166052a4684308db205bd4e60799e Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 8 Sep 2009 17:43:24 +1000 Subject: [PATCH] dix: GetKeyboardValuatorEvents doesn't recurse anymore - fix comment. Signed-off-by: Peter Hutterer --- dix/getevents.c | 4 ---- 1 file changed, 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,