diff options
author | marha <marha@users.sourceforge.net> | 2011-01-26 20:08:27 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-01-26 20:08:27 +0000 |
commit | 458542c76bf19b6bb24c397c3a567b64c88842c2 (patch) | |
tree | 397a85ef7184179214dbb0dcfe46ad7db2b02c1e /pixman/test/scaling-test.c | |
parent | 8ed881d7e53a99d2f2bc136c6d3277eba4cd3d3b (diff) | |
parent | a58ed86fb6139585b9a5d5664c52c7e0d5cfa719 (diff) | |
download | vcxsrv-458542c76bf19b6bb24c397c3a567b64c88842c2.tar.gz vcxsrv-458542c76bf19b6bb24c397c3a567b64c88842c2.tar.bz2 vcxsrv-458542c76bf19b6bb24c397c3a567b64c88842c2.zip |
svn merge ^/branches/released .
Diffstat (limited to 'pixman/test/scaling-test.c')
-rw-r--r-- | pixman/test/scaling-test.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pixman/test/scaling-test.c b/pixman/test/scaling-test.c index 872805338..7b78017a3 100644 --- a/pixman/test/scaling-test.c +++ b/pixman/test/scaling-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;
|