Skip to content
Commit 2b7fa206 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

Refactor Output information initialization

Instead of passing all possible field values to the initialize()
function, pass all relevant data in a struct. With designated
initializers, it's more readable and makes code more comprehensible.

The general goal is to split Output's data in two categories - general
information about the output (e.g. edid) and mutable state (position,
mode, etc).
parent c4a0f20f
Pipeline #166927 passed with stage
in 50 minutes and 57 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment