aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/output.h1
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 {
57 uint32_t refresh_nsec; 57 uint32_t refresh_nsec;
58 int max_render_time; // In milliseconds 58 int max_render_time; // In milliseconds
59 struct wl_event_source *repaint_timer; 59 struct wl_event_source *repaint_timer;
60 bool surface_needs_frame;
60}; 61};
61 62
62struct sway_output *output_create(struct wlr_output *wlr_output); 63struct sway_output *output_create(struct wlr_output *wlr_output);