mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-12 05:34:35 -04:00
wlr_box_intersection generates a new box based on the intersection of two boxes. Often we simply want to know *if* two boxes intersected, which we can answer much cheaper. Add wlr_box_intersects, in similar vein as wlr_box_contains_box but returning true for any overlap. |
||
|---|---|---|
| .. | ||
| addon.h | ||
| box.h | ||
| edges.h | ||
| log.h | ||
| region.h | ||
| transform.h | ||