[PATCH xserver] XKB: Redirect actions defunct with Gtk3 (XInput?)

wettstein509 at solnet.ch wettstein509 at solnet.ch
Tue Feb 21 11:43:45 PST 2012


> > +    ev.deviceid = ev.sourceid = xkbi->device->id;
> 
> not sure about this one. the actual device and source ID is in the caller
> and you need to pass this down. they aren't always the same.

Do you know if either ev.deviceid or ev.sourceid should always be equal
to xkbi->device->id?  In that case, I could pass the other ID through
filter->priv.  Otherwise, I would have to change the function signature.
This will have ripple effects, as the signature is fixed in
XkbFilterRec.

Andreas


More information about the xorg-devel mailing list