mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
include/common/box.h: fix declaration/definition arg name difference
This commit is contained in:
parent
e558d0d619
commit
389cef9c3b
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ void box_union(struct wlr_box *box_dest, struct wlr_box *box_a,
|
|||
* The returned x & y coordinates are the centered content position
|
||||
* relative to the top-left corner of the bounding box.
|
||||
*/
|
||||
struct wlr_box box_fit_within(int width, int height, struct wlr_box *bounding_box);
|
||||
struct wlr_box box_fit_within(int width, int height, struct wlr_box *bound);
|
||||
|
||||
struct wlr_fbox box_to_fbox(struct wlr_box *box);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue