Update the CRC value in scaling-test.c.
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Thu, 9 Jul 2009 08:04:00 +0000 (04:04 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Thu, 9 Jul 2009 08:04:00 +0000 (04:04 -0400)
commit6b34482870fd53a9285f795f47656ac73fd706b0
treecf85677af7161b2c428fbfc10ce57e4b6e6672a4
parent4c60ed5ec662e2d7088a7800dd7c71d3926c42a4
Update the CRC value in scaling-test.c.

The changes in pixman behavior justifying this are:

- New clipping rules

- Bug fixes in region code. In particular, when
  pixman_region_init_rects() is called on these two boxes:

{ 2, 6, 7, 6 }
{ 4, 1, 6, 7 }

  it now ignores the first one, which is empty and produces

{ 4, 1, 6, 7 }

  Previously, it would produce:

{ 2, 1, 7, 7 }

  for some reason.
test/scaling-test.c