From 241684eb1dc7ae690510871cae6fcc463daf112d Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 5 Mar 2020 13:53:29 +0100 Subject: Drop sway_output.surface_needs_frame wlr_output_schedule_frame now sets output->needs_frame [1], so this isn't needed anymore. [1]: https://github.com/swaywm/wlroots/pull/2053 --- include/sway/output.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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 { 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); -- cgit v1.2.3-54-g00ecf