]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid.h
patch by parasti; changes to his patch: no per function dprint for now
[xonotic/darkplaces.git] / vid.h
diff --git a/vid.h b/vid.h
index 215ffac21e68e7aadb716292939717e98c4e2d98..5ffbdd7b87302c4ce22b994bdde20c442069ec8d 100644 (file)
--- a/vid.h
+++ b/vid.h
@@ -109,7 +109,7 @@ extern qboolean isRagePro;
 extern int gl_videosyncavailable;
 
 void *GL_GetProcAddress(const char *name);
-int GL_CheckExtension(const char *name, const dllfunction_t *funcs, const char *disableparm, int silent);
+int GL_CheckExtension(const char *minglver_or_ext, const dllfunction_t *funcs, const char *disableparm, int silent);
 
 void VID_Shared_Init(void);
 
@@ -127,7 +127,7 @@ int VID_SetMode (int modenum);
 // sets the mode; only used by the Quake engine for resetting to mode 0 (the
 // base mode) on memory allocation failures
 
-int VID_InitMode(int fullscreen, int width, int height, int bpp, int refreshrate, int stereobuffer, int samples);
+int VID_InitMode(int fullscreen, int *width, int *height, int bpp, int refreshrate, int stereobuffer, int samples);
 // allocates and opens an appropriate OpenGL context (and its window)