libXfixes: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Sun Mar 17 09:18:20 PDT 2013


 src/Region.c    |    4 ++--
 src/Xfixesint.h |    2 --
 2 files changed, 2 insertions(+), 4 deletions(-)

New commits:
commit f870dfb47da9d43d1750ea5e5fc9288c4158f7ad
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Mar 9 09:26:05 2013 -0800

    XFixesFetchRegionAndBounds: use nread in call to XReadPad
    
    We already went through the trouble of calculating a variable with the
    amount to read, might as well use it instead of recalculating it.
    
    Also move initialization of the variable to the point it's needed/used
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>

commit ad2a06d4d3c60198bc40116623153f71a208a240
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Mar 9 09:18:14 2013 -0800

    Remove duplicate declaration of XFixesExtensionName in Xfixesint.h
    
    Silences gcc warnings:
    In file included from Region.c:26:0:
    Xfixesint.h:52:13: warning: redundant redeclaration of 'XFixesExtensionName' [-Wredundant-decls]
    Xfixesint.h:34:13: note: previous declaration of 'XFixesExtensionName' was here
    
    In file included from Cursor.c:49:0:
    Xfixesint.h:52:13: warning: redundant redeclaration of 'XFixesExtensionName' [-Wredundant-decls]
    Xfixesint.h:34:13: note: previous declaration of 'XFixesExtensionName' was here
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>



More information about the xorg-commit mailing list