mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
src: avoid implicit int/bool -> enum conversions
Use the defined enum constants instead.
This commit is contained in:
parent
cd8a8c2bf6
commit
8b7ae52a91
2 changed files with 10 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue