Move NULL iterator into pixman-noop.c
authorSøren Sandmann Pedersen <ssp@redhat.com>
Sat, 23 Apr 2011 14:24:41 +0000 (10:24 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Thu, 19 May 2011 13:46:56 +0000 (13:46 +0000)
commitba480882aa465d8414dc8a4472d89d94911af60a
tree0c03e3277e276fca71d20903a7dfb6fabc585dba
parenta4e984de19f7f2ca30b1d736cdd2dded91a75907
Move NULL iterator into pixman-noop.c

Iterating a NULL image returns NULL for all scanlines. We may as well
do this in the noop iterator.
pixman/pixman-implementation.c
pixman/pixman-noop.c