videoproto: Changes to 'master'

Adam Jackson ajax at kemper.freedesktop.org
Wed Mar 9 19:04:37 UTC 2016


 Xv.h |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 723881f31d65353e80660e6d8cd9785e6ec1b430
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Mar 9 09:33:48 2016 -0500

    xv: Build left-shift constants from ints not longs
    
    We typically store these in ints in server, leading to warnings like:
    
    xwayland-glamor-xv.c: In function ‘xwl_glamor_xv_add_adaptors’:
    xwayland-glamor-xv.c:339:16: warning: large integer implicitly truncated
    to unsigned type [-Woverflow]
         pa->type = XvWindowMask | XvInputMask | XvImageMask;;
                    ^
    
    Signed-off-by: Adam Jackson <ajax at redhat.com>
    Reviewed-by: Olivier Fourdan <ofourdan at redhat.com>



More information about the xorg-commit mailing list