Zonai master (#1)

* simplify tearing implementation

---------

Co-authored-by: Andrew J. Hesford <ajh@sideband.org>
This commit is contained in:
Ph42oN 2024-01-04 03:52:58 +02:00 committed by GitHub
parent fc69b80234
commit 8b7e953a25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 40 additions and 46 deletions

View file

@ -35,7 +35,7 @@ enum adaptive_sync_mode {
};
enum tearing_mode {
LAB_TEARING_DISABLED,
LAB_TEARING_DISABLED = 0,
LAB_TEARING_ENABLED,
LAB_TEARING_FULLSCREEN,
LAB_TEARING_ALWAYS,