From a58ed86fb6139585b9a5d5664c52c7e0d5cfa719 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 26 Jan 2011 20:00:12 +0000 Subject: pixman mesalib git update 26 jan 2011 --- pixman/test/affine-test.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pixman/test/affine-test.c') diff --git a/pixman/test/affine-test.c b/pixman/test/affine-test.c index 3e32b5a23..fbb35caa9 100644 --- a/pixman/test/affine-test.c +++ b/pixman/test/affine-test.c @@ -40,9 +40,9 @@ test_composite (int testnum, int w, h; pixman_fixed_t scale_x = 65536, scale_y = 65536; pixman_fixed_t translate_x = 0, translate_y = 0; - int op; - int repeat = 0; - int src_fmt, dst_fmt; + pixman_op_t op; + pixman_repeat_t repeat = PIXMAN_REPEAT_NONE; + pixman_format_code_t src_fmt, dst_fmt; uint32_t * srcbuf; uint32_t * dstbuf; uint32_t crc32; -- cgit v1.2.3