libX11: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Mar 24 22:20:02 UTC 2017


 man/xkb/Makefile.am                    |    2 
 man/xkb/XkbGetNamedDeviceIndicator.man |    1 
 man/xkb/XkbGetNamedIndicator.man       |   58 +++++-
 man/xkb/XkbSetNamedDeviceIndicator.man |    1 
 man/xkb/XkbSetNamedIndicator.man       |   88 +++++++--
 specs/XKB/ch08.xml                     |  302 ++++++++++++++++++++++++++++++---
 6 files changed, 401 insertions(+), 51 deletions(-)

New commits:
commit b856d5d929047d1ea169814d56e43784ea404c83
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Mar 16 00:05:49 2017 -0700

    Clarify state parameter to XkbSetNamedDeviceIndicator
    
    Checking a Bool to see if it's NULL does not work well in C.
    Also reported in https://bugs.freedesktop.org/show_bug.cgi?id=251
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Adam Jackson <ajax at redhat.com>

commit c6dadd4cebd994aafb37a58b3adbaa82507c2d18
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Mar 15 23:50:26 2017 -0700

    Make Xkb{Get,Set}NamedIndicator spec & manpages match code
    
    The XKB Library spec and the man pages for XkbGetNamedIndicator &
    XkbSetNamedIndicator included a device_spec argument neither function
    takes, and do not include the XkbGetNamedDeviceIndicator &
    XkbSetNamedDeviceIndicator variants that do take it (along with two
    other arguments).
    
    This updates them to match the interfaces the code has provided for
    decades.
    
    This has been reported multiple times, so this fixes:
    https://bugs.freedesktop.org/show_bug.cgi?id=251
    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729812
    Sun Bug 4528016 XkbSetNamedIndicator & XkbGetNamedIndicator man pages are wrong
      (filed: alan.coopersmith at sun.com 2001-11-15 - now aka Oracle bug 15087506)
    X.Org Group Defect Id #9418
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Adam Jackson <ajax at redhat.com>



More information about the xorg-commit mailing list