SDL/src/core
Sam Lantinga 9ca1792848 Renamed driverdata to internal
This was done to SDL_DisplayMode for consistency with SDL_Surface and gives it a type so we don't have to do casts in SDL code.

I considered switching to an ID and hashing the driver data, etc. but all of that involved a lot of internal code churn and this solution gives us flexibility in how we handle this in the future.

After consideration, I made this renaming global across the project, for consistency.

Fixes https://github.com/libsdl-org/SDL/issues/10198
2024-07-16 17:17:13 -07:00
..
android Renamed driverdata to internal 2024-07-16 17:17:13 -07:00
freebsd cmake: add -Wimplicit-fallthrough warning 2024-03-18 20:34:50 +01:00
gdk Rename functions in SDL_system.h to match SDL 3.0 naming convention 2024-07-15 16:27:48 -07:00
haiku haiku: No more chdir to executable's directory at startup in SDL3. 2024-07-13 12:24:27 -04:00
linux Rename functions in SDL_system.h to match SDL 3.0 naming convention 2024-07-15 16:27:48 -07:00
openbsd Add the raw platform specific key code to SDL_Keysym 2024-06-21 22:06:08 -07:00
unix core: Factor out common URI decode functions from Wayland and X11 2024-06-26 21:31:35 -04:00
windows main: Move SDL_RunApp bits from src/core to src/main. 2024-07-05 08:52:25 -07:00
winrt Renamed driverdata to internal 2024-07-16 17:17:13 -07:00
SDL_core_unsupported.c filesystem: SDL_GetUserFolder() now follows the SDL_GetStringRule. 2024-07-16 16:44:36 -04:00