mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
output: add block_idle_frame
This commit is contained in:
parent
41cbb80e25
commit
cbb2781fed
2 changed files with 4 additions and 1 deletions
|
|
@ -145,6 +145,8 @@ struct wlr_output {
|
|||
struct wl_listener display_destroy;
|
||||
|
||||
void *data;
|
||||
|
||||
bool block_idle_frame;
|
||||
};
|
||||
|
||||
struct wlr_output_event_precommit {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue