diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_output.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index c69a4a2b..309c2731 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -79,6 +79,9 @@ enum wlr_output_state_mode_type { */ struct wlr_output_state { uint32_t committed; // enum wlr_output_state_field + // Set to true to allow temporary visual artifacts (e.g. black screen) while + // the update is being applied + bool allow_artifacts; pixman_region32_t damage; // output-buffer-local coordinates bool enabled; float scale; |