migrate MwLLColor and MwLLPixmap
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-09-27 05:49:10 +09:00
commit 6e6233edc8
55 changed files with 754 additions and 669 deletions

3
configure vendored
View file

@ -44,7 +44,6 @@ require("./pl/utils.pl");
param_set("classic-theme", 0);
param_set("stb-image", 1);
param_set("opengl", 0);
param_set("vulkan", 0);
param_set("vulkan-string-helper", 1);
param_set("shared", 1);
@ -114,9 +113,11 @@ sub def_platform {
}
if ($target eq "Windows") {
param_set("gdi-text", 1);
param_set("opengl", 1);
}
else {
param_set("gdi-text", 0);
param_set("opengl", 0);
}
}