mirror of
https://github.com/swaywm/sway.git
synced 2026-04-19 06:46:40 -04:00
fix: always update tearing page flip output state if output can tear
This commit is contained in:
parent
e12ac32741
commit
0b0d979f1e
2 changed files with 5 additions and 11 deletions
|
|
@ -73,8 +73,7 @@ struct sway_output {
|
|||
int max_render_time; // In milliseconds
|
||||
struct wl_event_source *repaint_timer;
|
||||
bool gamma_lut_changed;
|
||||
bool allow_tearing;
|
||||
bool tearing_state, tearing_state_changed;
|
||||
bool allow_tearing, can_tear;
|
||||
};
|
||||
|
||||
struct sway_output_non_desktop {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue