output: add block_idle_frame

This commit is contained in:
Ivan Molodetskikh 2019-09-25 11:06:08 +03:00 committed by Drew DeVault
parent 41cbb80e25
commit cbb2781fed
2 changed files with 4 additions and 1 deletions

View file

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