Re: [PATCH] xkb: Fix omissions in geometry initialization #27679

2010-04-20 Thread Peter Hutterer
On Sat, Apr 17, 2010 at 09:36:23PM +0200, Dirk Wallenstein wrote: _XkbCopyGeom did not copy all of the data from the source geometry. This resulted in failures when trying to obtain the keymap from a server where the default geometry has not been replaced by a custom configuration.

Re: [PATCH] xkb: Fix omissions in geometry initialization #27679

2010-04-19 Thread Daniel Stone
On Sat, Apr 17, 2010 at 09:36:23PM +0200, Dirk Wallenstein wrote: _XkbCopyGeom did not copy all of the data from the source geometry. This resulted in failures when trying to obtain the keymap from a server where the default geometry has not been replaced by a custom configuration.

[PATCH] xkb: Fix omissions in geometry initialization #27679

2010-04-17 Thread Dirk Wallenstein
_XkbCopyGeom did not copy all of the data from the source geometry. This resulted in failures when trying to obtain the keymap from a server where the default geometry has not been replaced by a custom configuration. Signed-off-by: Dirk Wallenstein hals...@t-online.de --- xkb/xkbUtils.c | 41