Selaa lähdekoodia

docs: Update the migration doc with SDL_SetWindowModalFor() changes

Frank Praznik 2 vuotta sitten
vanhempi
commit
9e850bdcfa
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      docs/README-migration.md

+ 1 - 0
docs/README-migration.md

@@ -2173,6 +2173,7 @@ The following functions have been removed:
 * SDL_SetWindowData() - use SDL_GetWindowProperties() instead
 * SDL_SetWindowData() - use SDL_GetWindowProperties() instead
 * SDL_CreateWindowFrom() - use SDL_CreateWindowWithProperties() with the properties that allow you to wrap an existing window
 * SDL_CreateWindowFrom() - use SDL_CreateWindowWithProperties() with the properties that allow you to wrap an existing window
 * SDL_SetWindowInputFocus() - use SDL_RaiseWindow() instead
 * SDL_SetWindowInputFocus() - use SDL_RaiseWindow() instead
+* SDL_SetWindowModalFor() - use SDL_SetWindowParent() with SDL_SetWindowModal() instead
 
 
 The SDL_Window id type is named SDL_WindowID
 The SDL_Window id type is named SDL_WindowID