diff options
author | Søren Sandmann Pedersen <sandmann@redhat.com> | 2009-05-13 13:10:01 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@redhat.com> | 2009-05-13 13:10:01 -0400 |
commit | 7a9bfa146154e555a9e2e8a807bb7df2b30f860c (patch) | |
tree | fa28c5a3b51e99c8d47b97f7228238489d6f5a2c /test | |
parent | 81b94d725834d03f7856ae0d505a7340f1135326 (diff) | |
parent | e17fc72e958e1ddee0b24e8a90ae9609e1e44391 (diff) |
Merge branch 'master' of git+ssh://sandmann@git.freedesktop.org/git/pixman
Diffstat (limited to 'test')
-rw-r--r-- | test/composite-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/composite-test.c b/test/composite-test.c index eaa88204..393e15d8 100644 --- a/test/composite-test.c +++ b/test/composite-test.c @@ -54,7 +54,7 @@ main (int argc, char **argv) src[i] = 0x7f7f0000; /* red */ for (i = 0; i < WIDTH * HEIGHT; ++i) - dest[i] = 0x7f0000ff; /* blue */ + dest[i] = 0x7f00007f; /* blue */ src_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, |