Re: [Pixman] [PATCH 1/2] Add test for _intersect_rect(, )

2016-02-04 Thread Siarhei Siamashka
Hello Bill, Thanks for the patches. By the way, they are a little bit mangled, maybe because you did not use "git send-email" to send them? This is easily fixable for small patches like this, but may become a problem for larger patch sets. On Tue, 2 Feb 2016 17:35:28 -0800 Bill McCloskey

[Pixman] [PATCH 1/2] Add test for _intersect_rect(, )

2016-02-02 Thread Bill McCloskey
This test ensures that calling _intersect_rect on an empty rectangle produces an empty region. Reviewed-by: Siarhei Siamashka --- test/region-test.c | 9 + 1 file changed, 9 insertions(+) diff --git a/test/region-test.c b/test/region-test.c index