mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-12 22:38:13 +00:00
Regenerated dynamic API after SDL_syswm.h update
This commit is contained in:
@@ -898,3 +898,4 @@
|
|||||||
#define SDL_EGL_GetWindowEGLSurface SDL_EGL_GetWindowEGLSurface_REAL
|
#define SDL_EGL_GetWindowEGLSurface SDL_EGL_GetWindowEGLSurface_REAL
|
||||||
#define SDL_EGL_SetEGLAttributeCallbacks SDL_EGL_SetEGLAttributeCallbacks_REAL
|
#define SDL_EGL_SetEGLAttributeCallbacks SDL_EGL_SetEGLAttributeCallbacks_REAL
|
||||||
#define SDL_GDKSuspendComplete SDL_GDKSuspendComplete_REAL
|
#define SDL_GDKSuspendComplete SDL_GDKSuspendComplete_REAL
|
||||||
|
#define SDL_GetWindowWMInfo SDL_GetWindowWMInfo_REAL
|
||||||
|
@@ -979,3 +979,4 @@ SDL_DYNAPI_PROC(void,SDL_EGL_SetEGLAttributeCallbacks,(SDL_EGLAttribArrayCallbac
|
|||||||
#if defined(__GDK__)
|
#if defined(__GDK__)
|
||||||
SDL_DYNAPI_PROC(void,SDL_GDKSuspendComplete,(void),(),return)
|
SDL_DYNAPI_PROC(void,SDL_GDKSuspendComplete,(void),(),return)
|
||||||
#endif
|
#endif
|
||||||
|
SDL_DYNAPI_PROC(int,SDL_GetWindowWMInfo,(SDL_Window *a, SDL_SysWMinfo *b, Uint32 c),(a,b,c),return)
|
||||||
|
Reference in New Issue
Block a user