Skip to content
  • Jonas Ådahl's avatar
    renderer-native: Use CRTC layout in stage view · bc350f37
    Jonas Ådahl authored
    The port to per CRTC views was incomplete; we still used the logical
    monitor layout as the stage view layout, while still using one view per
    CRTC.
    
    This worked fine for most cases, e.g. regular monitors, tiled or
    non-tiled, transformed or non-transformed. Where it broke, however, was
    when a monitor consists of multiple CRTCs. We already have the layout a
    CRTC corresponds to on the stage kept with the CRTC metadata, so use
    this directly.
    
    Closes: #1170
    
    !1199`
    bc350f37