• Show log

    Commit

  • Hash : a1ffeda0
    Author : David Gow
    Date : 2021-08-28T22:52:13

    Add SDL_HINT_APP_NAME and DBUS inhibition hint
    
    See SDL bug #4703. This implements two new hints:
    - SDL_APP_NAME
    - SDL_SCREENSAVER_INHIBIT_ACTIVITY_NAME
    
    The former is the successor to SDL_HINT_AUDIO_DEVICE_APP_NAME, and acts
    as a generic "application name" used both by audio drivers and DBUS
    screensaver inhibition. If SDL_AUDIO_DEVICE_APP_NAME is set, it will
    still take priority over SDL_APP_NAME.
    
    The second allows the "activity name" used by
    org.freedesktop.ScreenSavver's Inhibit method, which are often shown in
    the UI as the reason the screensaver (and/or suspend/other
    power-managment features) are disabled.
    

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

  • README.md

  • 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)