mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
util/box: Introduce wlr_box_equal
This commit is contained in:
parent
59675347e6
commit
9f3bd64a33
2 changed files with 18 additions and 0 deletions
|
|
@ -92,4 +92,13 @@ bool wlr_fbox_empty(const struct wlr_fbox *box);
|
|||
void wlr_fbox_transform(struct wlr_fbox *dest, const struct wlr_fbox *box,
|
||||
enum wl_output_transform transform, double width, double height);
|
||||
|
||||
#ifdef WLR_USE_UNSTABLE
|
||||
|
||||
/**
|
||||
* Returns true if the two boxes are equal, false otherwise.
|
||||
*/
|
||||
bool wlr_box_equal(const struct wlr_box *a, const struct wlr_box *b);
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue