Commit 09bf12e03524f617a90d0fdb7c1bce1db3e3eb8e

Ryan C. Gordon 2021-11-18T15:34:29

fnsince.pl: SDL_UnregisterApp() also arrived in 2.0.2.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/build-scripts/fnsince.pl b/build-scripts/fnsince.pl
index 594b594..6c69c54 100755
--- a/build-scripts/fnsince.pl
+++ b/build-scripts/fnsince.pl
@@ -88,6 +88,7 @@ $funcs{'SDL_Direct3D9GetAdapterIndex'} = '2.0.1';
 $funcs{'SDL_RenderGetD3D9Device'} = '2.0.1';
 
 $funcs{'SDL_RegisterApp'} = '2.0.2';
+$funcs{'SDL_UnregisterApp'} = '2.0.2';
 $funcs{'SDL_GetAssertionHandler'} = '2.0.2';
 $funcs{'SDL_GetDefaultAssertionHandler'} = '2.0.2';
 $funcs{'SDL_AtomicAdd'} = '2.0.2';