mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
output: allow_artifacts -> allow_reconfiguration
The name "allow_artifacts" and associated description is very vague, and theoretically allow for tearing behavior. Clarify that we only intend to mean artifacts related to output configuration (e.g., modesets). References: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3740
This commit is contained in:
parent
291431c14f
commit
2cf78f4c5b
4 changed files with 8 additions and 8 deletions
|
|
@ -77,9 +77,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;
|
||||
// Set to true to allow output reconfiguration to occur which may result
|
||||
// in temporary output disruptions and content misrepresentations.
|
||||
bool allow_reconfiguration;
|
||||
pixman_region32_t damage; // output-buffer-local coordinates
|
||||
bool enabled;
|
||||
float scale;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue