new x11 option for disabling the forced click-to-focus so that the fuzzer can work:
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoIxD 2026-04-26 19:43:32 -07:00
commit 3779b2e0db
3 changed files with 18 additions and 8 deletions

View file

@ -110,6 +110,10 @@ else {
if (param_get("stb-truetype")) {
add_cflags("-DUSE_STB_TRUETYPE");
}
if (param_get("allow-sloppy-focus")) {
add_cflags("-DALLOW_SLOPPY_FOCUS");
}
add_incdir("-Iexternal/libz/include");