From 7ba4d24c2535bd0c5e2274d00be03f421cef4b2f Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sun, 27 Mar 2022 16:49:05 +0000 Subject: [PATCH] Sync wiki -> header --- include/SDL_metal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/SDL_metal.h b/include/SDL_metal.h index 9ecaa8151d..eb30828792 100644 --- a/include/SDL_metal.h +++ b/include/SDL_metal.h @@ -92,6 +92,7 @@ extern DECLSPEC void *SDLCALL SDL_Metal_GetLayer(SDL_MetalView view); * * \param window SDL_Window from which the drawable size should be queried * \param w Pointer to variable for storing the width in pixels, may be NULL + * \param h Pointer to variable for storing the height in pixels, may be NULL * * \since This function is available since SDL 2.0.14. *