瀏覽代碼

Removed outdated information about SDL_GetWindowWMInfo()

Sam Lantinga 2 年之前
父節點
當前提交
5c8c3931f2
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      docs/README-migration.md

+ 0 - 5
docs/README-migration.md

@@ -1191,11 +1191,6 @@ becomes:
     }
     }
 ```
 ```
 
 
-### SDL_GetWindowWMInfo
-
-This function now returns a standard int result instead of SDL_bool, returning 0 if the function succeeds or a negative error code if there was an error. You should also pass SDL_SYSWM_CURRENT_VERSION as the new third version parameter. The version member of the info structure will be filled in with the version of data that is returned, the minimum of the version you requested and the version supported by the runtime SDL library.
-
-
 ## SDL_thread.h
 ## SDL_thread.h
 
 
 The following functions have been renamed:
 The following functions have been renamed: