mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Zonai master (#1)
* simplify tearing implementation --------- Co-authored-by: Andrew J. Hesford <ajh@sideband.org>
This commit is contained in:
parent
fc69b80234
commit
8b7e953a25
6 changed files with 40 additions and 46 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue