SDL/src/core/linux
Ludovico de Nittis 379d478055 dbus: guard against uninitialized D-Bus
Before calling any D-Bus related methods we should first ensure that
they
were correctly loaded.

In the event where `LoadDBUSLibrary()` was not able to load the D-Bus
library, we should just return early, signalling with SDL_FALSE that we
were unable to inhibit the Screensaver.

Helps: https://github.com/ValveSoftware/steam-for-linux/issues/8815

Signed-off-by: Ludovico de Nittis <ludovico.denittis@collabora.com>
2022-09-28 10:29:55 -04:00
..
SDL_dbus.c dbus: guard against uninitialized D-Bus 2022-09-28 10:29:55 -04:00
SDL_dbus.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_evdev.c evdev: Support user-provided devices via SDL_EVDEV_DEVICES in non-udev mode. 2022-08-07 16:37:07 -07:00
SDL_evdev.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_evdev_capabilities.c Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_evdev_capabilities.h evdev: Fix build with libudev and joystick subsystem disabled 2022-09-26 21:38:09 -05:00
SDL_evdev_kbd.c Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_evdev_kbd.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_evdev_kbd_default_accents.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_evdev_kbd_default_keymap.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_fcitx.c make SDL_SetTextInputRect take a pointer to const 2022-07-04 09:38:01 -07:00
SDL_fcitx.h make SDL_SetTextInputRect take a pointer to const 2022-07-04 09:38:01 -07:00
SDL_ibus.c make SDL_SetTextInputRect take a pointer to const 2022-07-04 09:38:01 -07:00
SDL_ibus.h make SDL_SetTextInputRect take a pointer to const 2022-07-04 09:38:01 -07:00
SDL_ime.c make SDL_SetTextInputRect take a pointer to const 2022-07-04 09:38:01 -07:00
SDL_ime.h make SDL_SetTextInputRect take a pointer to const 2022-07-04 09:38:01 -07:00
SDL_sandbox.c Add utility function to detect if SDL is inside a sandbox 2022-08-29 06:30:40 -07:00
SDL_sandbox.h Add utility function to detect if SDL is inside a sandbox 2022-08-29 06:30:40 -07:00
SDL_threadprio.c core: linux: Don't cache the RealtimeKit D-Bus connection 2022-08-14 06:59:18 -07:00
SDL_udev.c Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_udev.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00