2015-06-21 09:33:46 -06:00
|
|
|
|
|
|
|
This is a list of major changes in SDL's version history.
|
|
|
|
|
2022-08-27 19:55:55 -06:00
|
|
|
---------------------------------------------------------------------------
|
2022-11-23 14:33:48 -07:00
|
|
|
3.2.0:
|
2022-08-27 19:55:55 -06:00
|
|
|
---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
General:
|
2022-11-25 12:35:24 -07:00
|
|
|
* M_PI is no longer defined in SDL_stdinc.h, now the symbols SDL_PI_D (double) and SDL_PI_F (float) are available
|
2022-11-23 14:33:48 -07:00
|
|
|
* SDL_GetWindowWMInfo() returns a standard int result code instead of SDL_bool, and takes SDL_SYSWM_CURRENT_VERSION as a new third parameter
|
2022-11-25 11:46:26 -07:00
|
|
|
* SDL_RWFromFP has been removed from the API
|