libXt: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Sun Mar 6 12:28:45 PST 2011


 configure.ac     |    3 ---
 src/Converters.c |    2 +-
 util/Makefile.am |    2 +-
 3 files changed, 2 insertions(+), 5 deletions(-)

New commits:
commit 9ccf14fddedc11bd17b3ae30612c6f70f4cd7e14
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Mar 4 16:31:59 2011 -0800

    Don't need to use target-specific CFLAGS for makestrs
    
    It's the only thing built in that directory, so we can use AM_CFLAGS
    and drop the requirement for AM_PROG_CC_C_O in configure.ac
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Gaetan Nadon <memsize at videotron.ca>
    Tested-by: Gaetan Nadon <memsize at videotron.ca>

commit 16d9941f3aa38dde115cbff639e131761c1b36d0
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Mar 4 15:43:43 2011 -0800

    Incorrect cast in XtCvtIntToPixmap could cause bus error on 64-bit machines
    
    Originally fixed by Leo Binchy for Sun Bug 4163152 to resolve bus error
    on VSW5 (XTS) testing on 64-bit SPARC test run on Solaris 7.
    ( Testcase: XtCvtIntToPixmap, Purpose:  1)
    
    Since we're converting from Int to Pixmap, need to access the argument
    passed in as an int, not a Pixmap, which is consistent with the other
    IntToXXX converters in this file.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Matt Turner <mattst88 at gmail.com>



More information about the xorg-commit mailing list