aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/output.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index ccc1097f..4771b14f 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -57,7 +57,6 @@ 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;
61}; 60};
62 61
63struct sway_output *output_create(struct wlr_output *wlr_output); 62struct sway_output *output_create(struct wlr_output *wlr_output);