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;