Updated patch notes for 2.26 release

This commit is contained in:
Sam Lantinga
2022-11-17 09:00:27 -08:00
parent 71f2864b3a
commit 1f87e9e24e
3 changed files with 35 additions and 4 deletions

View File

@@ -1064,7 +1064,7 @@ extern DECLSPEC int SDLCALL SDL_GetWindowBordersSize(SDL_Window * window,
* \sa SDL_CreateWindow
* \sa SDL_GetWindowSize
*/
extern DECLSPEC void SDLCALL SDL_GetWindowSizeInPixels(SDL_Window * window,
extern DECLSPEC void SDLCALL SDL_GetWindowSizeInPixels(SDL_Window * window,
int *w, int *h);
/**