Skip to content
  • Jasper St. Pierre's avatar
    Remove any possibility for zaphod mode · d7519f4e
    Jasper St. Pierre authored
    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.
    d7519f4e