mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-07 15:46:12 +00:00
5 lines
269 B
Markdown
5 lines
269 B
Markdown
main: Introduce `comp_target_factory` this struct allows use to remove long and
|
|
clumbersome switch statements for each type. Instead the code is generic and
|
|
tweaks for specific target types can be reused for others more easily with this
|
|
data driven design of the code.
|