Re: [PATCH] xkb: Don't swap XkbSetGeometry data in the input buffer

2015-02-09 Thread Julien Cristau
On Fri, Jan 30, 2015 at 13:15:37 +1000, Peter Hutterer wrote: > On Fri, Jan 16, 2015 at 08:08:59PM +0100, Olivier Fourdan wrote: > > The XkbSetGeometry request embeds data which needs to be swapped when the > > server and the client have different endianess. > > > > _XkbSetGeometry() invokes func

Re: [PATCH] xkb: Don't swap XkbSetGeometry data in the input buffer

2015-01-29 Thread Peter Hutterer
On Fri, Jan 16, 2015 at 08:08:59PM +0100, Olivier Fourdan wrote: > The XkbSetGeometry request embeds data which needs to be swapped when the > server and the client have different endianess. > > _XkbSetGeometry() invokes functions that swap these data directly in the > input buffer. > > However,

Re: [PATCH] xkb: Don't swap XkbSetGeometry data in the input buffer

2015-01-18 Thread Peter Hutterer
On Fri, Jan 16, 2015 at 08:08:59PM +0100, Olivier Fourdan wrote: > The XkbSetGeometry request embeds data which needs to be swapped when the > server and the client have different endianess. > > _XkbSetGeometry() invokes functions that swap these data directly in the > input buffer. > > However,

[PATCH] xkb: Don't swap XkbSetGeometry data in the input buffer

2015-01-16 Thread Olivier Fourdan
The XkbSetGeometry request embeds data which needs to be swapped when the server and the client have different endianess. _XkbSetGeometry() invokes functions that swap these data directly in the input buffer. However, ProcXkbSetGeometry() may call _XkbSetGeometry() more than once (if there is mor