mirror of
https://github.com/swaywm/sway.git
synced 2025-11-13 13:29:49 -05:00
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
This commit is contained in:
parent
f5ba8006c9
commit
241684eb1d
2 changed files with 0 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue