mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 06:21:45 +03:00
layout: Constify box through layout_find_dimensions()
This commit is contained in:
parent
ae57029f83
commit
84d3d1bf7a
@ -1293,7 +1293,7 @@ static void
|
||||
layout_find_dimensions(const css_unit_ctx *unit_len_ctx,
|
||||
int available_width,
|
||||
int viewport_height,
|
||||
struct box *box,
|
||||
const struct box *box,
|
||||
const css_computed_style *style,
|
||||
int *width,
|
||||
int *height,
|
||||
|
Loading…
Reference in New Issue
Block a user