diff options
author | marha <marha@users.sourceforge.net> | 2010-02-14 13:55:54 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-02-14 13:55:54 +0000 |
commit | ac637a8cd15f3977f44b701c7ac71a561763c1d8 (patch) | |
tree | 9538e08781fd6dc054a9e959a76f861fdf19b526 /pixman/test | |
parent | 5fb5118fe4afa528cc4a3fe147f4487e90e0c9f5 (diff) | |
parent | 26f62ef5ccd04fa3a55632d808ca6e1061cfb983 (diff) | |
download | vcxsrv-ac637a8cd15f3977f44b701c7ac71a561763c1d8.tar.gz vcxsrv-ac637a8cd15f3977f44b701c7ac71a561763c1d8.tar.bz2 vcxsrv-ac637a8cd15f3977f44b701c7ac71a561763c1d8.zip |
svn merge ^/branches/released
Diffstat (limited to 'pixman/test')
-rw-r--r-- | pixman/test/fetch-test.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pixman/test/fetch-test.c b/pixman/test/fetch-test.c index c7b32ff3b..2ca16ddbf 100644 --- a/pixman/test/fetch-test.c +++ b/pixman/test/fetch-test.c @@ -6,7 +6,7 @@ #define SIZE 1024 -static const pixman_indexed_t mono_palette = +static pixman_indexed_t mono_palette = { .rgba = { 0x00000000, 0x00ffffff }, }; @@ -21,7 +21,7 @@ typedef struct { pixman_indexed_t *indexed; } testcase_t; -static const testcase_t testcases[] = +static testcase_t testcases[] = { { .format = PIXMAN_a8r8g8b8, @@ -100,7 +100,7 @@ static const testcase_t testcases[] = }, }; -const int n_test_cases = sizeof(testcases)/sizeof(testcases[0]); +int n_test_cases = sizeof(testcases)/sizeof(testcases[0]); static uint32_t |