Skip to content
  • Roman Gilg's avatar
    xwayland: Switch width and height argument order · 92f4a9ad
    Roman Gilg authored and Olivier Fourdan's avatar Olivier Fourdan committed
    
    
    That is just a small style-change to the output_get_new_size function. The
    function before did take first the height and then the width argument, what
    is unusual since resolutions are normally named the other way around, for
    example 1920x1080. Also compare the update_screen_size function.
    
    Therefore change the order of arguments for output_get_new_size.
    
    Signed-off-by: default avatarRoman Gilg <subdiff@gmail.com>
    92f4a9ad