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
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
bb51bc3c5f
commit
3779b2e0db
3 changed files with 18 additions and 8 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue