mirror of
https://github.com/yawut/SDL.git
synced 2026-07-05 10:07:49 -05:00
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. |
||
|---|---|---|
| .. | ||
| android | ||
| freebsd | ||
| linux | ||
| openbsd | ||
| os2 | ||
| unix | ||
| windows | ||
| winrt | ||