Re: [PATCH libX11] No need for req->firstKeyCode to be set twice.

2010-03-17 Thread Peter Hutterer
On Wed, Mar 17, 2010 at 11:53:16PM -0300, Fernando Carrijo wrote: > There is no reason to set req->firstKeyCode twice when a client, wishful > for changing keyboard mappings, calls XChangeKeyboardMapping. This patch > fixes the mistake by making no functional changes to libX11 whatsoever. > > Sign

[PATCH libX11] No need for req->firstKeyCode to be set twice.

2010-03-17 Thread Fernando Carrijo
There is no reason to set req->firstKeyCode twice when a client, wishful for changing keyboard mappings, calls XChangeKeyboardMapping. This patch fixes the mistake by making no functional changes to libX11 whatsoever. Signed-off-by: Fernando Carrijo --- src/SetPntMap.c |1 - 1 files changed,