use calloc instead of memset and get rid of a duplicated field
This commit is contained in:
@@ -60,7 +60,6 @@ typedef struct {
|
||||
float padding[4];
|
||||
float position[4];
|
||||
float dimensions[2];
|
||||
css_layout_t layout;
|
||||
} css_style_t;
|
||||
|
||||
typedef struct css_node {
|
||||
|
Reference in New Issue
Block a user