diff options
author | Ivan Molodetskikh <yalterz@gmail.com> | 2019-09-25 11:06:08 +0300 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-10-16 09:35:07 -0400 |
commit | cbb2781fed7944dae680a66a35443f5b1a678ec7 (patch) | |
tree | 15b603d5cd2dd009acc9091e733d70e2ef3dc5c0 /include | |
parent | 41cbb80e25a93948459ac7785833e8e64b2f8e28 (diff) |
output: add block_idle_frame
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_output.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |