소스 검색

Regenerated dynamic API after SDL_syswm.h update

Sam Lantinga 3 년 전
부모
커밋
003fd11de8
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/dynapi/SDL_dynapi_overrides.h
  2. 1 0
      src/dynapi/SDL_dynapi_procs.h

+ 1 - 0
src/dynapi/SDL_dynapi_overrides.h

@@ -898,3 +898,4 @@
 #define SDL_EGL_GetWindowEGLSurface SDL_EGL_GetWindowEGLSurface_REAL
 #define SDL_EGL_SetEGLAttributeCallbacks SDL_EGL_SetEGLAttributeCallbacks_REAL
 #define SDL_GDKSuspendComplete SDL_GDKSuspendComplete_REAL
+#define SDL_GetWindowWMInfo SDL_GetWindowWMInfo_REAL

+ 1 - 0
src/dynapi/SDL_dynapi_procs.h

@@ -979,3 +979,4 @@ SDL_DYNAPI_PROC(void,SDL_EGL_SetEGLAttributeCallbacks,(SDL_EGLAttribArrayCallbac
 #if defined(__GDK__)
 SDL_DYNAPI_PROC(void,SDL_GDKSuspendComplete,(void),(),return)
 #endif
+SDL_DYNAPI_PROC(int,SDL_GetWindowWMInfo,(SDL_Window *a, SDL_SysWMinfo *b, Uint32 c),(a,b,c),return)