From fb46401413bab839bdd57213c426b9a4445bbd38 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Sun, 8 May 2022 19:49:21 +0100 Subject: [PATCH] doc: Document !1269 --- doc/changes/compositor/mr.1269.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/changes/compositor/mr.1269.md diff --git a/doc/changes/compositor/mr.1269.md b/doc/changes/compositor/mr.1269.md new file mode 100644 index 000000000..19da3fd18 --- /dev/null +++ b/doc/changes/compositor/mr.1269.md @@ -0,0 +1,3 @@ +main: Refactor comp_target_swapchain to not pre-declare internal functions, we +seem to be moving away from this style in the compositor so refactor the +`comp_target_swapchain` file before adding the vblank thread in there.