commit | 13951851cbbd81f9850d8ba132e155e3196ab522 | [log] [tgz] |
---|---|---|
author | Benjamin Otte <[email protected]> | Mon Aug 23 18:20:09 2010 +0200 |
committer | Benjamin Otte <[email protected]> | Tue Aug 24 12:28:40 2010 +0200 |
tree | 2ac8f8d5759cc9f64d4d832fd009ed158e753095 | |
parent | dd9243c1dd343a5867022a8290005a83bee4ce9e [diff] |
region: Fix pixman_region_translate() clipping bug Fixes the region-translate test case by clipping region translations to the newly defined PIXMAN_REGION_MIN/MAX and using the newly introduced type overflow_int_t to check for the overflow. Also uses INT16_MAX or INT32_MAX for these values instead of relying on the size of short and int types.