FreeRDP/libfreerdp
zihao.jiang f94935224c Fixes extents of region16_intersect_rect.
See Issue #2443.
When there's more than 2 rectangles in the region structure, region16_intersect_rect would calculate extents by all 'intersected' sub rectangles.
But it always extend the extents to (0,0) because it initialize the new extents as (0,0,0,0) and union later rectangles with this empty point by simple MIN/MAX calculation.

Also fixed rectangle_is_empty although it has not been used yet. The function does not work as its name.
Reuse norbert case. That case is enough for the intersect fix, but the expected result is not correct. The test case is also fixed.
Added test case to check empty rectangle.
2015-03-20 20:55:06 +08:00
..
cache gfx/pointer: add support to set pointer 2015-02-02 10:57:31 +01:00
codec Fixes extents of region16_intersect_rect. 2015-03-20 20:55:06 +08:00
common libfreerdp-core: add channel reconnect 2015-02-06 17:35:14 -05:00
core Merge pull request #2416 from zavadovsky/transport_dead_end_fix 2015-02-23 12:56:26 +01:00
crypto libfreerdp-core: fix BIO leaks 2015-02-18 15:36:57 -05:00
gdi Updated h264_decompress arguments. 2015-01-22 13:24:15 +01:00
locale Forward layout ID of Programmer Dvorak to server 2015-01-30 21:22:59 +01:00
primitives Merge pull request #2435 from llyzs/llyzs 2015-03-06 11:33:30 +01:00
utils ringbuffer: add option to enable/disable debugging 2015-02-03 15:28:05 +01:00
CMakeLists.txt libfreerdp-rail: remove 2014-11-12 19:51:17 -05:00