mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 20:46:50 +03:00
Make layout_block_context() private.
svn path=/trunk/netsurf/; revision=7406
This commit is contained in:
parent
a008d3486e
commit
129fb84ed5
@ -56,6 +56,7 @@
|
||||
#define AUTO INT_MIN
|
||||
|
||||
|
||||
static bool layout_block_context(struct box *block, struct content *content);
|
||||
static void layout_minmax_block(struct box *block,
|
||||
const struct font_functions *font_func);
|
||||
static bool layout_block_object(struct box *block);
|
||||
|
@ -32,7 +32,6 @@
|
||||
struct box;
|
||||
|
||||
bool layout_document(struct content *content, int width, int height);
|
||||
bool layout_block_context(struct box *block, struct content *content);
|
||||
bool layout_inline_container(struct box *box, int width,
|
||||
struct box *cont, int cx, int cy, struct content *content);
|
||||
void layout_calculate_descendant_bboxes(struct box *box);
|
||||
|
Loading…
Reference in New Issue
Block a user