mirror of
https://git.checksum.fail/alec/saphir.git
synced 2026-06-16 02:49:38 +03:00
Everywhere: Use SaphirNode
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user