mirror of
https://github.com/swaywm/sway.git
synced 2026-04-19 06:46:40 -04:00
fix: don't mess with output timings when tearing is enabled
This commit is contained in:
parent
c810995119
commit
77b965dc33
2 changed files with 21 additions and 23 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue