diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2020-03-05 13:53:29 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2020-03-05 13:53:29 +0100 |
| commit | 3846c128ad8888a28b3b413b018073c67f6cdb08 (patch) | |
| tree | 0611c20e1c906df46b0fd4f56f2c783a7c2fe329 /include | |
| parent | bd5eaa5b9722d8af909dfddff652aa8c1b337db1 (diff) | |
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
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/output.h | 1 |
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 { 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); |
