From 13ed5d25a9295fb68e32a78b5e32e3190693739c Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 31 May 2007 12:51:00 -0700 Subject: [PATCH] Fix typo --- src/exa/understanding_rectangles.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exa/understanding_rectangles.mdwn b/src/exa/understanding_rectangles.mdwn index d640840..f7cf290 100644 --- a/src/exa/understanding_rectangles.mdwn +++ b/src/exa/understanding_rectangles.mdwn @@ -72,7 +72,7 @@ protocol tracing[*] revealed that XFillRectangle is batching requests while XRenderFillRectangles is not. That's a rather nasty trap for an unwary Xlib coder like myself. I added batching in chunks of 256 rectangles around XRenderFillRectangles and it started behaving -precisely like XRenderFillRectangles. +precisely like XFillRectangles. Finally, I eliminated some non-determinism from the rectangles test case. Originally, it was written to choose randomly-sized rectangles -- 2.43.0