mirror of
https://github.com/brl/mutter.git
synced 2025-07-09 20:27:15 +00:00
d7519f4ebc3202998e3fd0662735b05b32974577

We previously separated out MetaDisplay and MetaScreen. mutter would only manage one screen, but we still kept a list of screens for simplicity. With Wayland support, we no longer care about the ability to manage more than one screen at a time. Remove this by killing the list of screens, in favor of having just one MetaScreen in MetaDisplay. We also kill off active_screen at the same time, since it's not necessary anymore. A future cleanup should merge MetaDisplay and MetaScreen. To avoid breaking API, we should probably keep MetaScreen around as a dummy type.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%