Everywhere: Use SaphirNode

This commit is contained in:
Alec Murphy
2026-05-02 17:03:32 -04:00
parent c1bfc4ce81
commit 8b784fae0a
4 changed files with 352 additions and 54 deletions
+3
View File
@@ -3,6 +3,9 @@ I64 Saphir(Bool enable = TRUE)
if (enable == saphir.enabled) {
return enable;
}
if (enable) {
saphir_enable;
}
fn_patch(&Blink, &saphir_Blink, enable);
fn_patch(&DocBorder, &saphir_DocBorder, enable);
// fn_patch(&DocBorderLstDraw, &saphir_DocBorderLstDraw, enable);