SDL/src/dynapi
Anonymous Maarten 9451d3079d dynapi: SDL_DYNAPI_entry must be in version script
For SDL dynapi to work, the SDL_DYNAPI_entry symbol must be externally visible.
Adding __attribute__((visibility(default))) would not work
since version scripts override these.
2023-03-17 08:53:14 -07:00
..
gendynapi.py gendynapi.py: add option to check doc formating (eg \param \returns \since) 2023-02-12 20:43:30 +01:00
SDL_dynapi.c Fixed a few additional sizeof locations 2023-03-09 15:25:48 -08:00
SDL_dynapi.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_dynapi.sym dynapi: SDL_DYNAPI_entry must be in version script 2023-03-17 08:53:14 -07:00
SDL_dynapi_overrides.h Added SDL_GetWindowParent() to get the parent of popup windows 2023-03-13 11:21:02 -07:00
SDL_dynapi_procs.h Added SDL_GetWindowParent() to get the parent of popup windows 2023-03-13 11:21:02 -07:00