libXaw: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Apr 7 16:07:16 UTC 2024


 specs/List.xml       |    3 ++-
 specs/Paned.xml      |    6 ++++--
 specs/TextFuncs.xml  |   16 ++++++++++------
 specs/TextSink.xml   |   33 ++++++++++++++++++++++-----------
 specs/TextSource.xml |    7 +++++--
 specs/Toggle.xml     |   21 ++++++++++++++-------
 6 files changed, 57 insertions(+), 29 deletions(-)

New commits:
commit ba183bcdced98f56701bb5e7d24120de0988ad44
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Apr 6 10:52:54 2024 -0700

    specs: Fix titles for subsections of Toggle Widget: Convenience Routines
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 3e8f9cdb2f0ef2e09f205238a4b54b3b5ea0bcc2
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Apr 6 10:44:40 2024 -0700

    specs: remove function prototypes duplicated as arguments to themselves
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 2aceb697608a7fb621799122b27ef9dfca5b6acc
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Apr 6 10:44:10 2024 -0700

    specs: fix adjacent parameters with the same type in function prototypes
    
    When listing multiple parameters of the same type, the first one was
    often run together with the type and not shown as a parameter name,
    and the type name was not shown for the second one (since it had been
    listed as a K&R style definition but was being displayed as an ANSI/ISO
    style prototype).
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list