Fix dri_util.c build with new headers.
authorEric Anholt <anholt@FreeBSD.org>
Thu, 12 Aug 2004 21:50:03 +0000 (21:50 +0000)
committerEric Anholt <anholt@FreeBSD.org>
Thu, 12 Aug 2004 21:50:03 +0000 (21:50 +0000)
Submitted by: John Lightsey <john@nixnuts.net>

src/mesa/drivers/dri/common/dri_util.c

index ee30a677a4c3eca1b52fc7c5fa01155385048cbb..dd83080cca0447250c7be37fe98655dc82aee767 100644 (file)
@@ -50,7 +50,7 @@
 #include "drm_sarea.h"
 #include "glcontextmodes.h"
 
-#ifndef GLX_OML_sync_control
+#ifndef PFNGLXGETMSCRATEOMLPROC
 typedef GLboolean ( * PFNGLXGETMSCRATEOMLPROC) (__DRInativeDisplay *dpy, __DRIid drawable, int32_t *numerator, int32_t *denominator);
 #endif