|
|
@ -99,6 +99,11 @@ void wlr_fbox_transform(struct wlr_fbox *dest, const struct wlr_fbox *box,
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
bool wlr_box_equal(const struct wlr_box *a, const struct wlr_box *b);
|
|
|
|
bool wlr_box_equal(const struct wlr_box *a, const struct wlr_box *b);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* Returns true if the two boxes are equal, false otherwise.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
bool wlr_fbox_equal(const struct wlr_fbox *a, const struct wlr_fbox *b);
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|