xlsclients: Changes to 'master'

Jamey Sharp jamey at kemper.freedesktop.org
Wed Oct 21 12:23:21 PDT 2009


 xlsclients.c |   12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

New commits:
commit 7720fa29dfe664c363c27c0038a269bc8aeea74f
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Wed Oct 21 00:18:26 2009 -0500

    Use inttypes.h for correct printf formats
    
    xcb_atom_t and xcb_window_t are both typedef'd as uint32_t.
    
    Since PRI*32 are a C99 feature that may not be available, fallbacks
    are provided based on the assumption of a 32-bit int.
    
    Signed-off-by: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
    Signed-off-by: Jeremy Huddleston <jeremyhu at apple.com>
    Signed-off-by: Jamey Sharp <jamey at minilop.net>



More information about the xorg-commit mailing list