src: avoid implicit int/bool -> enum conversions

Use the defined enum constants instead.
This commit is contained in:
John Lindgren 2025-07-04 00:37:39 -04:00 committed by Consolatis
parent cd8a8c2bf6
commit 8b7ae52a91
2 changed files with 10 additions and 10 deletions

View file

@ -1556,7 +1556,7 @@ rcxml_init(void)
rc.gap = 0;
rc.adaptive_sync = LAB_ADAPTIVE_SYNC_DISABLED;
rc.allow_tearing = false;
rc.allow_tearing = LAB_TEARING_DISABLED;
rc.auto_enable_outputs = true;
rc.reuse_output_mode = false;
rc.xwayland_persistence = false;