• Show log

    Commit

  • Hash : 7f2068da
    Author : Sam Lantinga
    Date : 2016-12-31T10:30:07

    Fixed bug 3541 - DisplayIndex out of bounds in SDL_SetWindowPosition
    
    
    Intellectual Kitty
    
    In SDL_video.c, on line #1756, in SDL_SetWindowPosition (from today's distribution, 12-31-2016, https://hg.libsdl.org/SDL/shortlog/bf19e0c84483):
    
            if (displayIndex > _this->num_displays) {
    
    should be:
    
            if (displayIndex >= _this->num_displays) {
    

  • 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