From dc6ef658b6fc448fa5fbe66897896a32a7fce8a3 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sun, 1 Dec 2019 12:45:06 +0100 Subject: Revert "output: add block_idle_frame" This reverts commit cbb2781fed7944dae680a66a35443f5b1a678ec7. 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 --- include/wlr/types/wlr_output.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index e9aab373..b8087ebd 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -148,8 +148,6 @@ struct wlr_output { struct wl_listener display_destroy; void *data; - - bool block_idle_frame; }; struct wlr_output_event_precommit { -- cgit v1.2.3