Skip to content

Add API to check for region intersection without new allocation

Jonas Dreßler requested to merge verdre/cairo:add-check-intersects into master

Use the newly added pixman_region_intsect() API to check whether two regions intersect without having to allocate a new region, simply returning a cairo_bool_t.

Depends on pixman/pixman!33

Merge request reports