From ed0eb7ee06fc3fde419073203487515dd1f59d9f Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 9 May 2024 13:37:53 -0400 Subject: [PATCH] SDL_video.h: Add a '\sa' for SDL_GLContext to SDL_GL_CreateContext. --- include/SDL_video.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/SDL_video.h b/include/SDL_video.h index cc80b14621..faa08a1dee 100644 --- a/include/SDL_video.h +++ b/include/SDL_video.h @@ -215,6 +215,8 @@ typedef enum SDL_FlashOperation /** * An opaque handle to an OpenGL context. + * + * \sa SDL_GL_CreateContext */ typedef void *SDL_GLContext;