SDL/src/tray
Simon McVittie 4290fc8bda tray: Load GTK and libappindicator by versioned names, except on OpenBSD
We are expecting a specific ABI (we can see that from the declarations
listed in this file) and the whole point of SONAME versioning is to
say that the library conforms to a specific ABI. If the SONAME is not
the one we expect, then calling its functions is likely to crash.

As usual, an exception to this is that OpenBSD does not use SONAME
versioning.

Signed-off-by: Simon McVittie <smcv@collabora.com>
2025-01-07 14:02:01 -08:00
..
cocoa Fixed error: returning 'SDL_TrayEntry **' from a function with incompatible return type 'const SDL_TrayEntry **' 2025-01-06 11:35:54 -08:00
dummy Updated copyright for 2025 2025-01-01 07:45:52 -08:00
unix tray: Load GTK and libappindicator by versioned names, except on OpenBSD 2025-01-07 14:02:01 -08:00
windows tray, windows: fix logic error from commit 1167cf54e1 2025-01-07 10:15:40 +03:00
SDL_tray_utils.c Updated copyright for 2025 2025-01-01 07:45:52 -08:00
SDL_tray_utils.h Updated copyright for 2025 2025-01-01 07:45:52 -08:00