diff --git a/include/SDL3/SDL_video.h b/include/SDL3/SDL_video.h index ba30da7207..da20056bc6 100644 --- a/include/SDL3/SDL_video.h +++ b/include/SDL3/SDL_video.h @@ -1848,6 +1848,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_ShowWindow(SDL_Window *window); * \since This function is available since SDL 3.1.3. * * \sa SDL_ShowWindow + * \sa SDL_WINDOW_HIDDEN */ extern SDL_DECLSPEC bool SDLCALL SDL_HideWindow(SDL_Window *window);