mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 04:36:07 +00:00
413 B
413 B
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.