• Show log

    Commit

  • Hash : 8527c583
    Author : Ryan C. Gordon
    Date : 2021-04-27T01:36:23

    cocoa: Fix recreated windows that are both borderless and resizable.
    
    These would accidentally get a titlebar because the "borderless" style mask
    is zero but the resizable attribute adds a bit. I assume this happens because
    you used to need window decoration to resize a window in macOS, but this
    changed in later releases.
    
    This only caused problems when recreating a window (you had an
    SDL_WINDOW_OPENGL window and tried to create a Metal SDL_Renderer on it, etc).
    
    Fixes #4324.
    

  • 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