Use MAKE_ACCESSORS() to generate accessors for the a1 format.
authorSøren Sandmann Pedersen <ssp@redhat.com>
Sun, 30 May 2010 16:36:58 +0000 (12:36 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 20 Sep 2011 10:44:05 +0000 (06:44 -0400)
commitc82c2c38538f5c3f25cf81ad697040d2332d64de
treed5c19861457da115b41bf222aa8238a5d1796d21
parent2114dd8aa1f292541e55b6b84152732b37c1c1eb
Use MAKE_ACCESSORS() to generate accessors for the a1 format.

Add FETCH_1 and STORE_1 macros and use them to add support for 1bpp
pixels to fetch_and_convert_pixel() and convert_and_store_pixel(),
then use MAKE_ACCESSORS() to generate the accessors for the a1
format. (Not the g1 format as it is indexed).
pixman/pixman-access.c