Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Fixed some grammar from regions.html #45

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions article/regions.html
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ <h3>Some Useful Regions...</h3>
<p>
It's a checkerboard. Each pixel in here has two walls. Each "on" pixel is two walls, and each row
is its own band, so assuming that we use 32-bit numbers for the positions, 8 bytes per pixel, and
8 extra bytes per band to store the top and bottom. Since is checkerboard is 16x10, that means we
8 extra bytes per band to store the top and bottom. Since this checkerboard is 16x10, that means we
have (16*4+8) bytes = 72 bytes per band, and we have ten of them, for 720 bytes. In a bitmap,
each row could be packed into two bytes, for a total of 20 bytes. Yeesh.
</p>
Expand All @@ -381,7 +381,7 @@ <h3>Some Useful Regions...</h3>
the weight of such regions and tricks, but it was an important part of history that let us figure out
how to move forward. As the
<a href="http://cgit.freedesktop.org/xorg/proto/compositeproto/plain/compositeproto.txt">COMPOSITE extension specification</a>
puts it, "clever hacks are an awfully close substitute for changes in the underlying system".
puts it: "clever hacks are an awfully close substitute for changes in the underlying system".
</p>
<p>
Window shapes, both on the output and input sides, are clearly the most useful case for complex
Expand Down