mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
tearing: add 'always' which by default enables tearing for all windows
Closes #2272
This commit is contained in:
parent
f8ed199197
commit
171ad56f34
5 changed files with 17 additions and 4 deletions
|
|
@ -36,6 +36,7 @@ enum tearing_mode {
|
|||
LAB_TEARING_ENABLED,
|
||||
LAB_TEARING_FULLSCREEN,
|
||||
LAB_TEARING_FULLSCREEN_FORCED,
|
||||
LAB_TEARING_ALWAYS,
|
||||
};
|
||||
|
||||
enum tiling_events_mode {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue