xwininfo: Changes to 'master'

Guillem Jover guillem at kemper.freedesktop.org
Wed Oct 5 21:07:37 PDT 2011


 dsimple.c  |   38 +++++++++++-----------
 xwininfo.c |  101 +++++++++++++++++++++++++++++++------------------------------
 2 files changed, 71 insertions(+), 68 deletions(-)

New commits:
commit 42d2c1e32167a33c0f2de04cea0c7bb8001dbe43
Author: Guillem Jover <guillem at hadrons.org>
Date:   Tue Oct 4 07:04:38 2011 +0200

    Use format string literals instead of variables to print atom names
    
    This allows the compiler to check the format against the argument types.
    
    Signed-off-by: Guillem Jover <guillem at hadrons.org>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 8ce8a54e75248164e17626c0866adbd636e42a7b
Author: Guillem Jover <guillem at hadrons.org>
Date:   Tue Oct 4 07:03:30 2011 +0200

    Refactor atom name printing into a new Display_Atom_Name function
    
    Signed-off-by: Guillem Jover <guillem at hadrons.org>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit c1b6da1bc7e5ba715bbea52a24449cc91c26dfb3
Author: Guillem Jover <guillem at hadrons.org>
Date:   Tue Oct 4 07:04:38 2011 +0200

    Use format string literals instead of variables to print window ids
    
    This allows the compiler to check the format against the argument types.
    
    Signed-off-by: Guillem Jover <guillem at hadrons.org>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit d11e467728a7c7cb7b5b7a8e07cd543172c20aa1
Author: Guillem Jover <guillem at hadrons.org>
Date:   Tue Oct 4 05:40:45 2011 +0200

    Move leading ": " out from buffer to the error string printer
    
    Besides slightly reducing the binary size, this will be helpful when/if
    i18n support is added to translate the strings.
    
    Signed-off-by: Guillem Jover <guillem at hadrons.org>
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list