Revert "output: add block_idle_frame"

This reverts commit cbb2781fed.

In [1], we found issues with block_idle_frame and replaced it with
frame_pending. block_idle_frame is now unused.

[1]: https://github.com/swaywm/sway/pull/4772
This commit is contained in:
Simon Ser 2019-12-01 12:45:06 +01:00 committed by Drew DeVault
parent ce5040a5a1
commit dc6ef658b6
2 changed files with 1 additions and 4 deletions

View file

@ -148,8 +148,6 @@ struct wlr_output {
struct wl_listener display_destroy;
void *data;
bool block_idle_frame;
};
struct wlr_output_event_precommit {