mirror of
https://github.com/swaywm/sway.git
synced 2026-04-19 06:46:40 -04:00
fix: review comments
This commit is contained in:
parent
81e67e18bb
commit
a9ba469715
7 changed files with 34 additions and 38 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, can_tear;
|
||||
bool allow_tearing, enable_tearing;
|
||||
};
|
||||
|
||||
struct sway_output_non_desktop {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue