fix: review comments

This commit is contained in:
Ricardo Steijn 2024-07-13 19:30:59 +02:00
parent 81e67e18bb
commit a9ba469715
7 changed files with 34 additions and 38 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, can_tear;
bool allow_tearing, enable_tearing;
};
struct sway_output_non_desktop {