From fa8a09e8d3d407d3c2e8f7edcc50b183af26864a Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Wed, 23 Nov 2022 16:18:12 +0000 Subject: [PATCH] doc: Document !1570 --- doc/changes/compositor/mr.1570.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/changes/compositor/mr.1570.md diff --git a/doc/changes/compositor/mr.1570.md b/doc/changes/compositor/mr.1570.md new file mode 100644 index 000000000..369c4b267 --- /dev/null +++ b/doc/changes/compositor/mr.1570.md @@ -0,0 +1,4 @@ +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.