mirror of
https://github.com/yawut/SDL.git
synced 2026-06-21 03:49:46 -05:00
This prevents a race if two threads that need d-bus try to init it at the same time. Note that SDL_Init will likely handle this from a single thread at startup, but there are places outside of init where one might trigger D-Bus init, like setting thread priority (a common first thing for a new thread to do) resulting in SDL trying to use RTKit. Fixes #4587. |
||
|---|---|---|
| .. | ||
| SDL_dbus.c | ||
| SDL_dbus.h | ||
| SDL_evdev_capabilities.c | ||
| SDL_evdev_capabilities.h | ||
| SDL_evdev_kbd_default_accents.h | ||
| SDL_evdev_kbd_default_keymap.h | ||
| SDL_evdev_kbd.c | ||
| SDL_evdev_kbd.h | ||
| SDL_evdev.c | ||
| SDL_evdev.h | ||
| SDL_fcitx.c | ||
| SDL_fcitx.h | ||
| SDL_ibus.c | ||
| SDL_ibus.h | ||
| SDL_ime.c | ||
| SDL_ime.h | ||
| SDL_threadprio.c | ||
| SDL_udev.c | ||
| SDL_udev.h | ||