From cbb2781fed7944dae680a66a35443f5b1a678ec7 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 25 Sep 2019 11:06:08 +0300 Subject: output: add block_idle_frame --- include/wlr/types/wlr_output.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index 281f7daf..01e71206 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -145,6 +145,8 @@ struct wlr_output { struct wl_listener display_destroy; void *data; + + bool block_idle_frame; }; struct wlr_output_event_precommit { -- cgit v1.2.3