xtrap: Changes to 'master'

Matt Turner mattst88 at kemper.freedesktop.org
Fri Mar 23 22:37:32 UTC 2018


 Makefile.am  |    4 ++--
 configure.ac |    2 +-
 xtrapin.c    |    2 +-
 xtrapinfo.c  |    2 +-
 xtrapout.c   |    2 +-
 xtrapproto.c |    2 +-
 xtrapreset.c |    2 +-
 xtrapstats.c |    2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 871ef9919c993cc651df446ea6979b6e963f9fe5
Author: Matt Turner <mattst88 at gmail.com>
Date:   Fri Mar 23 15:36:53 2018 -0700

    Fix pointer-to-int-cast errors
    
    The last parameter is just num_args, so not sure why NULL was ever a
    good choice.
    
    Signed-off-by: Matt Turner <mattst88 at gmail.com>

commit 218bf401fc9bffbfba0ec24e0501f25d4ef1874c
Author: Matt Turner <mattst88 at gmail.com>
Date:   Fri Mar 23 15:36:38 2018 -0700

    configure: Depend on libXt
    
    The programs use libXt, but we were not attempting to link with it.
    
    Signed-off-by: Matt Turner <mattst88 at gmail.com>

commit ef7320219e103fa53c4440686cfbed75dbda6e12
Author: Matt Turner <mattst88 at gmail.com>
Date:   Fri Mar 23 15:36:05 2018 -0700

    Makefile: Use _DEFAULT_SOURCE instead of _BSD_SOURCE
    
    The latter is deprecated.
    
    Signed-off-by: Matt Turner <mattst88 at gmail.com>



More information about the xorg-commit mailing list