Re: [PATCH] libxkbfile: Add missing support for NoLock and NoUnlock flags

2014-02-17 Thread Ran Benita
On Sat, Feb 15, 2014 at 05:35:09PM +0100, Andreas Wettstein wrote: > The LockMods, ISOLock and LockControls support an "affect" flag to selectively > enable and disable locking and unlocking for these actions. This change adds > output of these flags. > > Signed-off-by: Andreas Wettstein Review

[PATCH] libxkbfile: Add missing support for NoLock and NoUnlock flags

2014-02-15 Thread Andreas Wettstein
The LockMods, ISOLock and LockControls support an "affect" flag to selectively enable and disable locking and unlocking for these actions. This change adds output of these flags. Signed-off-by: Andreas Wettstein --- src/xkbtext.c | 48 ++-- 1 file cha