test: Use the right enum types instead of int to fix warnings
authorRolland Dudemaine <rolland@ghs.com>
Tue, 25 Jan 2011 12:14:57 +0000 (14:14 +0200)
committerSiarhei Siamashka <siarhei.siamashka@nokia.com>
Wed, 26 Jan 2011 13:05:18 +0000 (15:05 +0200)
commit32e556df33b3cd3b31de8184f144b3065206406b
treefa345b7859d538e248d72e4c56b5c19e224b3930
parentb61ec0a6862ba101fff0afa082fb7490a0c44785
test: Use the right enum types instead of int to fix warnings

Green Hills Software MULTI compiler was producing a number
of warnings due to incorrect uses of int instead of the correct
corresponding pixman_*_t type.
test/affine-test.c
test/blitters-test.c
test/scaling-crash-test.c
test/scaling-test.c