]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid.h
enabled portals on q3bsp for a small (occasionally huge) fps increase
[xonotic/darkplaces.git] / vid.h
diff --git a/vid.h b/vid.h
index 3ab176142c232e05b26a80042fd361fa41167e17..e845edd6ede8cac65c39b74f282473e019c5e879 100644 (file)
--- a/vid.h
+++ b/vid.h
@@ -93,11 +93,9 @@ extern char gl_driver[256];
 extern qboolean isG200;
 extern qboolean isRagePro;
 
-// LordHavoc: GLX_SGI_video_sync and WGL_EXT_swap_control
+// LordHavoc: GLX_SGI_swap_control and WGL_EXT_swap_control
 extern int gl_videosyncavailable;
 
-int GL_OpenLibrary(const char *name);
-void GL_CloseLibrary(void);
 void *GL_GetProcAddress(const char *name);
 int GL_CheckExtension(const char *name, const dllfunction_t *funcs, const char *disableparm, int silent);