Make the repeat mode explicit in the FAST_NEAREST macro.
authorSøren Sandmann Pedersen <ssp@redhat.com>
Sun, 11 Jul 2010 23:45:22 +0000 (19:45 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Mon, 12 Jul 2010 13:46:37 +0000 (09:46 -0400)
commite13d9f9684a47a6e0be4f8ae1a39cce8b1334238
treed13a2bd43181001c6800efbf280360d7a153a13f
parent2e7fb6655334789f8a5e290245d47c8d6b221c24
Make the repeat mode explicit in the FAST_NEAREST macro.

Before, it was 0 or 1 meaning 'no repeat' and 'normal repeat'
respectively. Now we explicitly pass in either NONE or NORMAL.
pixman/pixman-fast-path.c