doc: Document !2113

This commit is contained in:
Jakob Bornecrantz 2024-01-07 17:54:47 +00:00 committed by Simon Zeni
parent cb1b20871f
commit 0ed5c94b31
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,2 @@
main: Make sure to not use the array of displays if we fail to allocate it, and
also tidy the code.

View file

@ -0,0 +1,6 @@
main: Let sub-classed targets override compositor extents. The big win here is
that targets no longer writes the `preferred_[width|height]` on the compositor's
settings struct. And this moves us closer to not using `comp_compositor` or
`comp_settings` in the targets which means they can be refactored out of main
and put into util, lettings us reuse them, and even have multiple targets active
at the same time.