Skip to content
  • Benjamin Otte's avatar
    CSS: Handle unknown resolution · bdb96507
    Benjamin Otte authored
    gdk_screen_get_resolution() can return -1 when the resolution is
    unknown. Catch that case and use the default resolution of 96, like in
    every other case.
    
    Fixes #2119
    bdb96507