diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/output.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/output.h b/include/sway/output.h index bc03f4c5..b1c74258 100644 --- a/include/sway/output.h +++ b/include/sway/output.h @@ -57,6 +57,7 @@ struct sway_output {  	uint32_t refresh_nsec;  	int max_render_time; // In milliseconds  	struct wl_event_source *repaint_timer; +	bool surface_needs_frame;  };  struct sway_output *output_create(struct wlr_output *wlr_output);  | 
