Robert Ancell <[email protected]> writes: > glamor_name_from_pixmap and glamor_fd_from_pixmap return CARD16 and CARD32 > values via pointers. > The current code uses uint16_t and uint32_t which will probably be the same > but it's safer to use > the datatypes as specified by the function. > > Signed-off-by: Robert Ancell <[email protected]> > ---
Merged: commit 29efa905ec1e22d66b517378c6e5ad47a09d6977 Author: Robert Ancell <[email protected]> Date: Thu Jul 16 12:26:05 2015 +1200 modesetting: Use correct types for return values of glamor BO exports. glamor_name_from_pixmap and glamor_fd_from_pixmap return CARD16 and CARD32 values via pointers. The current code uses uint16_t and uint32_t which will probably be the same but it's safer to use the datatypes as specified by the function. Signed-off-by: Robert Ancell <[email protected]> Signed-off-by: Eric Anholt <[email protected]>
signature.asc
Description: PGP signature
_______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
