libXaw3d: Changes to 'master'

Matt Turner mattst88 at kemper.freedesktop.org
Thu Mar 29 15:37:22 PDT 2012


 src/Box.c      |   12 +++++-------
 src/MultiSrc.c |    1 +
 src/XawIm.c    |    5 ++---
 3 files changed, 8 insertions(+), 10 deletions(-)

New commits:
commit 39bdb78ac3d4219669a160d16cedc75a0c9a7ae1
Author: Matt Turner <mattst88 at gmail.com>
Date:   Thu Mar 29 17:33:32 2012 -0400

    XawIm.c: silence incompatible pointer type warnings
    
    Makes code for _XawImCallVendorShellExtResize identical to libXaw.
    
    Fixes
    
    XawIm.c: In function '_XawImCallVendorShellExtResize':
    XawIm.c:1554:2: warning: passing argument 1 of 'XawVendorShellExtResize' from incompatible pointer type [enabled by default]
    XawIm.c:93:13: note: expected 'Widget' but argument is of type 'VendorShellWidget'
    
    Signed-off-by: Matt Turner <mattst88 at gmail.com>

commit ddf8ae9731e546558b94151c6ecd3ca29ae55ea9
Author: Matt Turner <mattst88 at gmail.com>
Date:   Wed Mar 28 13:09:42 2012 -0400

    Make Box.c:PreferredSize match libXaw
    
    Fix up from 5d367cd9d0c. No functional changes.
    
    Signed-off-by: Matt Turner <mattst88 at gmail.com>

commit 4a51ddbba053ae5b864475de77f9a4511d70d73a
Author: Matt Turner <mattst88 at gmail.com>
Date:   Wed Mar 14 12:54:31 2012 -0400

    Fix segfaults when changing the text of a backed internationaled text widget
    
    Same fix appeared in libXaw as part of XFree86 4.3.0.1.
    
    Fixes: http://gnats.netbsd.org/37610
    Reviewed-by: Jeremy Huddleston <jeremyhu at apple.com>
    Signed-off-by: Matt Turner <mattst88 at gmail.com>



More information about the xorg-commit mailing list