summaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2004-08-12 21:50:03 +0000
committerEric Anholt <[email protected]>2004-08-12 21:50:03 +0000
commitb292642de04af01a0e6050bb144de3244ffdbfe3 (patch)
tree2aeecc183e0cb236976d1afd83bf84debe58fedc /src/mesa
parent3bbdcdcdb8810595008eaab99548a79f680fbffe (diff)
Fix dri_util.c build with new headers.
Submitted by: John Lightsey <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/drivers/dri/common/dri_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/common/dri_util.c b/src/mesa/drivers/dri/common/dri_util.c
index ee30a677a4c..dd83080cca0 100644
--- a/src/mesa/drivers/dri/common/dri_util.c
+++ b/src/mesa/drivers/dri/common/dri_util.c
@@ -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