fix mac os memleak, maybe fix stringisutf8 idk
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
a01e1a9514
commit
4d7b33741f
3 changed files with 40 additions and 48 deletions
|
|
@ -18,13 +18,13 @@ typedef struct {
|
|||
} type;
|
||||
union {
|
||||
struct {
|
||||
MwPoint* points;
|
||||
int points_count;
|
||||
MwLLColor color;
|
||||
MwPoint* points;
|
||||
int points_count;
|
||||
struct _MwLLCommonColor color;
|
||||
} poly;
|
||||
struct {
|
||||
MwPoint* points;
|
||||
MwLLColor color;
|
||||
MwPoint* points;
|
||||
struct _MwLLCommonColor color;
|
||||
} lines;
|
||||
struct {
|
||||
MwRect rect;
|
||||
|
|
@ -107,7 +107,7 @@ typedef struct {
|
|||
MwBool _child;
|
||||
|
||||
@public
|
||||
draw_command** commands;
|
||||
draw_command* commands;
|
||||
}
|
||||
|
||||
- (void)destroy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue