fix: don't mess with output timings when tearing is enabled

This commit is contained in:
Ricardo Steijn 2024-08-04 19:16:26 +02:00
parent c810995119
commit 77b965dc33
2 changed files with 21 additions and 23 deletions

View file

@ -73,7 +73,7 @@ struct sway_output {
int max_render_time; // In milliseconds
struct wl_event_source *repaint_timer;
bool gamma_lut_changed;
bool allow_tearing, enable_tearing;
bool allow_tearing;
};
struct sway_output_non_desktop {