mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
doc: Document !2113
This commit is contained in:
parent
cb1b20871f
commit
0ed5c94b31
2
doc/changes/compositor/mr.2113.1.md
Normal file
2
doc/changes/compositor/mr.2113.1.md
Normal 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.
|
6
doc/changes/compositor/mr.2113.2.md
Normal file
6
doc/changes/compositor/mr.2113.2.md
Normal 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.
|
Loading…
Reference in a new issue