• Show log

    Commit

  • Hash : a92cca1a
    Author : Ethan Lee
    Date : 2021-04-07T16:44:10

    wayland: Use the window's display to get wl_output rather than fullscreen_mode.
    
    Because Wayland only supports FULLSCREEN_DESKTOP, fullscreen_mode never gets
    assigned at all, meaning driverdata is always NULL! Depending on what the
    compositor does this can lead to dramatically different results. GNOME was fine
    without this, but Plasma would trip an event that unintentionally unset the
    fullscreen mode and caused the game to fire a configure event _every frame_,
    and of course the configure would send the fullscreen_mode output which was
    still empty. The fix is to just use the SDL_VideoDisplay directly, which will
    always have a valid wl_output.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/SDL.git
    Git SSH git@git.kmx.io:kc3-lang/SDL.git
    Public access ? public
    Description

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags