Edit

kc3-lang/SDL/src

Branch :

  • Show log

    Commit

  • Author : Frank Praznik
    Date : 2022-03-28 21:32:30
    Hash : fa4c5198
    Message : video: wayland: Expose more resolutions for mode emulation Expose as many emulated display modes as possible. They will currently display stretched to the display's native desktop aspect, but if an application requires a hardcoded resolution, it will work at minimum. Aside from the change in the emulated display mode list, the Wayland event handling code had to be updated to support separate scaling for the x and y axes, as square pixels are no longer guaranteed.