Re: [PATCH xserver] Xi: make XIQueryPointer return the current modifiers/group as documented.

2011-02-09 Thread Peter Hutterer
On Mon, Feb 07, 2011 at 06:21:31PM +0100, carl...@gnome.org wrote: From: Carlos Garnacho carl...@gnome.org The previous XKB info was being returned instead of the current one, producing inconsistent results between the latest events and the modifiers/group returned by this call.

Re: [PATCH xserver] Xi: make XIQueryPointer return the current modifiers/group as documented.

2011-02-08 Thread Daniel Stone
On Mon, Feb 07, 2011 at 06:21:31PM +0100, carl...@gnome.org wrote: From: Carlos Garnacho carl...@gnome.org The previous XKB info was being returned instead of the current one, producing inconsistent results between the latest events and the modifiers/group returned by this call.

Re: [PATCH xserver] Xi: make XIQueryPointer return the current modifiers/group as documented.

2011-02-08 Thread Keith Packard
On Mon, 7 Feb 2011 18:21:31 +0100, carl...@gnome.org wrote: From: Carlos Garnacho carl...@gnome.org The previous XKB info was being returned instead of the current one, producing inconsistent results between the latest events and the modifiers/group returned by this call. Note that core

Re: [PATCH xserver] Xi: make XIQueryPointer return the current modifiers/group as documented.

2011-02-08 Thread Daniel Stone
Hi, On Tue, Feb 08, 2011 at 10:08:36AM -0800, Keith Packard wrote: On Mon, 7 Feb 2011 18:21:31 +0100, carl...@gnome.org wrote: From: Carlos Garnacho carl...@gnome.org The previous XKB info was being returned instead of the current one, producing inconsistent results between the latest

[PATCH xserver] Xi: make XIQueryPointer return the current modifiers/group as documented.

2011-02-07 Thread carlosg
From: Carlos Garnacho carl...@gnome.org The previous XKB info was being returned instead of the current one, producing inconsistent results between the latest events and the modifiers/group returned by this call. Signed-off-by: Carlos Garnacho carl...@gnome.org --- Xi/xiquerypointer.c |2 +-