refactor font.c into an MwFL section
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
This commit is contained in:
parent
cc2d3008d0
commit
fea0fc9c32
11 changed files with 468 additions and 385 deletions
|
|
@ -76,8 +76,9 @@ if (param_get("vulkan") && param_get("vulkan-string-helper")) {
|
|||
}
|
||||
|
||||
new_object("src/icon/*.c");
|
||||
new_object("src/font/*.c");
|
||||
new_object("src/cursor/*.c");
|
||||
new_object("src/text/*.c");
|
||||
new_object("src/text/font/*.c");
|
||||
|
||||
new_object("src/widget/box.c");
|
||||
new_object("src/widget/button.c");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue