Fix xf_rail_paint fencepost error
authorbjcollins <bcollins@trustedcs.com>
Thu, 15 Oct 2015 19:29:48 +0000 (14:29 -0500)
committerbjcollins <bcollins@trustedcs.com>
Thu, 15 Oct 2015 19:29:48 +0000 (14:29 -0500)
commit6d3565bd4c52125bda5d8bc0b30690d78615c2f5
treeff45a92c8f1ffa498bde4e753c164cb248a01c39
parent6223e31162f0155fafeea6ec2d73234692589e43
Fix xf_rail_paint fencepost error

The regions used to store and calculate the invalidRegion are exclusive
of the bottom and right edges, not inclusive.

Fixes "mouse droppings" in mspaint.exe when moving the mouse leftwards
across the canvas.
client/X11/xf_client.c