Re: [Spice-devel] [spice-devel] [bug] is this a little bug ? (spice-common/common/region.c)

2013-03-10 Thread Alon Levy
Hi, Thanks for catching this! On 03/07/2013 11:55 AM, zhou link wrote: int region_bounds_intersects(const QRegion *rgn1, const QRegion *rgn2) { pixman_box32_t *extents1, *extents2; extents1 = pixman_region32_extents((pixman_region32_t *)rgn1); extents2 =

Re: [Spice-devel] [spice-devel] [bug] is this a little bug ? (spice-common/common/region.c)

2013-03-07 Thread Hans de Goede
Hi, Thanks for catching this! On 03/07/2013 11:55 AM, zhou link wrote: int region_bounds_intersects(const QRegion *rgn1, const QRegion *rgn2) { pixman_box32_t *extents1, *extents2; extents1 = pixman_region32_extents((pixman_region32_t *)rgn1); extents2 =