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

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

7 lines
413 B
Markdown
Raw Normal View History

2024-01-07 17:54:47 +00:00
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.