Add macro magic in pixman-private.h to allow reading and writing to
authorSøren Sandmann <sandmann@redhat.com>
Wed, 16 May 2007 23:35:55 +0000 (19:35 -0400)
committerSøren Sandmann <sandmann@redhat.com>
Wed, 16 May 2007 23:35:55 +0000 (19:35 -0400)
commitdb3c13c8fea0e3d0be382d55d58fc9d0d01bba44
tree4318ecc01f522d9d97719c4fb22117b62078952e
parent57d6894ab06d2ac07e17108c01e8ba282fc51384
Add macro magic in pixman-private.h to allow reading and writing to
happen through functions. Use them in pixman-compose.c; also delete
unnecessary READ and WRITE macros that always operate on host memory.
Add accessor functions to composite-test.c
pixman/pixman-compose.c
pixman/pixman-private.h
test/composite-test.c