From 195ca499caf743ec5916cbca2f8325d195ca6644 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 25 May 2022 10:46:06 -0400 Subject: [PATCH] include/SDL_video.h: You can google it. This looks bad when reading Markdown as plain text, as one would do when reading the headers directly. --- include/SDL_video.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/SDL_video.h b/include/SDL_video.h index 1aa0cc24b..856560af3 100644 --- a/include/SDL_video.h +++ b/include/SDL_video.h @@ -2009,10 +2009,8 @@ extern DECLSPEC void SDLCALL SDL_GL_GetDrawableSize(SDL_Window * window, int *w, * retry the call with 1 for the interval. * * Adaptive vsync is implemented for some glX drivers with - * [GLX_EXT_swap_control_tear](https://www.khronos.org/registry/OpenGL/extensions/EXT/GLX_EXT_swap_control_tear.txt) - * , and for some Windows drivers with - * [WGL_EXT_swap_control_tear](https://www.khronos.org/registry/OpenGL/extensions/EXT/WGL_EXT_swap_control_tear.txt) - * . + * GLX_EXT_swap_control_tear, and for some Windows drivers with + * WGL_EXT_swap_control_tear. * * Read more on the Khronos wiki: * https://www.khronos.org/opengl/wiki/Swap_Interval#Adaptive_Vsync