xserver: Branch 'master'

Peter Hutterer whot at kemper.freedesktop.org
Tue Sep 8 01:08:16 PDT 2009


 dix/getevents.c |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit a9d30f6a038166052a4684308db205bd4e60799e
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue Sep 8 17:43:24 2009 +1000

    dix: GetKeyboardValuatorEvents doesn't recurse anymore - fix comment.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diff --git a/dix/getevents.c b/dix/getevents.c
index 2912c1e..46e5080 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,


More information about the xorg-commit mailing list