On Tue, 5 Jan 2010 16:31:37 +1000, Peter Hutterer <[email protected]> 
wrote:

> --- a/dix/eventconvert.c
> +++ b/dix/eventconvert.c
> @@ -119,6 +119,7 @@ EventToCore(InternalEvent *event, xEvent *core)
>                  core->u.keyButtonPointer.rootX = e->root_x;
>                  core->u.keyButtonPointer.rootY = e->root_y;
>                  core->u.keyButtonPointer.state = e->corestate;
> +                core->u.keyButtonPointer.root = e->root;
>                  EventSetKeyRepeatFlag(core, (e->type == ET_KeyPress && 
> e->key_repeat));
>              }
>              break;

Note that this breaks 'make check'. Please either fix the test or I'll
revert this patch...

-- 
[email protected]

Attachment: pgpDjMTnsQpuc.pgp
Description: PGP signature

_______________________________________________
xorg-devel mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to