diff options
Diffstat (limited to 'pixman/demos')
-rw-r--r-- | pixman/demos/tri-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pixman/demos/tri-test.c b/pixman/demos/tri-test.c index 23ea18cb3..dca84556b 100644 --- a/pixman/demos/tri-test.c +++ b/pixman/demos/tri-test.c @@ -36,7 +36,7 @@ main (int argc, char **argv) dest_img,
PIXMAN_a8,
200, 200,
- 35, 5,
+ -5, 5,
ARRAY_LENGTH (tris), tris);
show_image (dest_img);
|