libxkbfile: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Jan 1 18:39:26 PST 2016


 src/xkbtext.c |   56 +++++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 51 insertions(+), 5 deletions(-)

New commits:
commit 56fa447282c47bf23d05e18a42bbd0184dbd8302
Author: Andreas Wettstein <wettstein509 at solnet.ch>
Date:   Sat Feb 15 17:35:50 2014 +0100

    Fix mistyped argument of sizeof
    
    A pointer rather than the buffer was given to sizeof.  As the data to be
    written is only one or two bytes, a pointer size is at least four bytes, and
    the buffer has 32 bytes, this error did not have negative effects.
    
    Signed-off-by: Andreas Wettstein <wettstein509 at solnet.ch>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit a594dde52b7903feab839f5cfe08755753aca20e
Author: Andreas Wettstein <wettstein509 at solnet.ch>
Date:   Sat Feb 15 17:35:29 2014 +0100

    Add support for genKeyEvent flag
    
    ActionMessage has an optional flag genKeyEvent.  This change makes sure this
    flag is printed when it is set.
    
    Signed-off-by: Andreas Wettstein <wettstein509 at solnet.ch>
    Reviewed-By: Ran Benita <ran234 at gmail.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 6223ec08213cb8cc546418690c27e0fdd4f0addd
Author: Andreas Wettstein <wettstein509 at solnet.ch>
Date:   Sat Feb 15 17:35:09 2014 +0100

    Add missing support for NoLock and NoUnlock flags
    
    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 <wettstein509 at solnet.ch>
    Reviewed-By: Ran Benita <ran234 at gmail.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list