mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
common/box: drop box_contains()
This commit is contained in:
parent
51844c7fc9
commit
7969aa267e
3 changed files with 2 additions and 16 deletions
|
|
@ -4,8 +4,6 @@
|
|||
|
||||
#include <wlr/util/box.h>
|
||||
|
||||
bool box_contains(struct wlr_box *box_super, struct wlr_box *box_sub);
|
||||
|
||||
bool box_intersects(struct wlr_box *box_a, struct wlr_box *box_b);
|
||||
|
||||
/* Returns the bounding box of 2 boxes */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue