• Show log

    Commit

  • Hash : 1899dfb0
    Author : Ryan C. Gordon
    Date : 2015-05-31T01:45:20

    Fixed SDL_ISPIXELFORMAT_ALPHA to check pixel orders that match pixel type.
    
    Otherwise, SDL_PIXELFORMAT_BGR24 is reported as having alpha, because
     its SDL_ARRAYORDER_BGR pixel order uses the same integer value as
     SDL_PACKEDORDER_RGBA, since we weren't checking the pixel type to
     differentiate.
    
    Fixes Bugzilla #2977.
    

  • 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 thodg_l www_kmx_io thodg
    Tags