monado/doc/changes/compositor/mr.1570.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
287 B
Markdown
Raw Normal View History

2023-03-01 16:28:48 +00:00
---
- mr.1684
---
2023-03-01 16:19:20 +00:00
main: Introduce `comp_target_factory`. This struct allows us to remove long and
cumbersome switch statements for each type. Instead the code is generic and
2022-11-23 16:18:12 +00:00
tweaks for specific target types can be reused for others more easily with this
data driven design of the code.