Skip to content
  • Emmanuel Gil Peyrot's avatar
    Wayland: Implement HiDPI support · 06479ba5
    Emmanuel Gil Peyrot authored
    Windows now keep track of the monitors they are on, so we can calculate
    the best scaling factor for them, by using the maximum of each of the
    monitors.
    
    The compositor scales down the buffer automatically when it is on a
    lower density monitor, instead of the previous way where it was scaling
    up the buffer on higher density monitors, which makes the application
    look much better on those ones.
    06479ba5