]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_glx.c
GL_NV_vertex_array_range support added, but disabled by default because for some...
[xonotic/darkplaces.git] / vid_glx.c
index 14c09ca4e5493035ea74e7d13102b3399dee2170..800b46c10f2ef5cc0cfcdd34a372243fd342340c 100644 (file)
--- a/vid_glx.c
+++ b/vid_glx.c
@@ -61,7 +61,7 @@ static dllfunction_t getprocaddressfuncs[] =
 
 //GLX_SGI_video_sync
 GLint (GLAPIENTRY *qglXGetVideoSyncSGI)(GLuint *count);
-GLint (GLAPIENTRY *qglXWaitVideoSyncSGI)(int divisor, int remainder, unsigned int *count);
+GLint (GLAPIENTRY *qglXWaitVideoSyncSGI)(GLint divisor, GLint remainder, GLuint *count);
 
 static dllfunction_t videosyncfuncs[] =
 {
@@ -863,3 +863,4 @@ void *GL_GetProcAddress(const char *name)
                p = (void *) dlsym(prjobj, name);
        return p;
 }
+