Add SDL_SetWindowAlwaysOnTop()

This commit is contained in:
Joseph Lyncheski 2021-04-19 07:13:38 -04:00 committed by Sam Lantinga
parent 6be9c00970
commit a0a5da5d91
11 changed files with 65 additions and 0 deletions

View file

@ -875,3 +875,4 @@ SDL_DYNAPI_PROC(int,SDL_AndroidShowToast,(const char *a, int b, int c, int d, in
#endif
SDL_DYNAPI_PROC(int,SDL_GetAudioDeviceSpec,(int a, int b, SDL_AudioSpec *c),(a,b,c),return)
SDL_DYNAPI_PROC(void,SDL_TLSCleanup,(void),(),)
SDL_DYNAPI_PROC(void,SDL_SetWindowAlwaysOnTop,(SDL_Window *a, SDL_bool b),(a,b),)