Add src, mask, and dest flags to the composite args struct.
authorSøren Sandmann Pedersen <ssp@redhat.com>
Mon, 27 Jun 2011 21:17:04 +0000 (21:17 +0000)
committerTaekyun Kim <tkq.kim@samsung.com>
Mon, 10 Oct 2011 03:18:21 +0000 (12:18 +0900)
commitfc62785aabbe890b656c9cbaa57f2e65e74bbcc2
treeec6d514159e245d1400a3884c88e3f047ba3a787
parentfa6523d13ae9b7986bb890df5ad66e8599bc3ed8
Add src, mask, and dest flags to the composite args struct.

These flags are useful in the various compositing routines, and the
flags stored in the image structs are missing some bits of information
that can only be computed when pixman_image_composite() is called.
pixman/pixman-private.h
pixman/pixman.c