• Show log

    Commit

  • Hash : f443a6fc
    Author : Jay Petacat
    Date : 2021-02-11T02:05:02

    Fix format string warnings for width-based integers
    
    The DJGPP compiler emits many warnings for conflicts between print
    format specifiers and argument types. To fix the warnings, I added
    `SDL_PRIx32` macros for use with `Sint32` and `Uint32` types. The macros
    alias those found in <inttypes.h> or fallback to a reasonable default.
    
    As an alternative, print arguments could be cast to plain old integers.
    I opted slightly for the current solution as it felt more technically correct,
    despite making the format strings more verbose.
    

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

  • README.txt

  •                          Simple DirectMedia Layer
    
                                      (SDL)
    
                                    Version 2.0
    
    ---
    https://www.libsdl.org/
    
    Simple DirectMedia Layer is a cross-platform development library designed
    to provide low level access to audio, keyboard, mouse, joystick, and graphics
    hardware via OpenGL and Direct3D. It is used by video playback software,
    emulators, and popular games including Valve's award winning catalog
    and many Humble Bundle games.
    
    More extensive documentation is available in the docs directory, starting
    with README.md
    
    Enjoy!
    	Sam Lantinga				(slouken@libsdl.org)