diff options
author | Eric Anholt <[email protected]> | 2004-08-12 21:50:03 +0000 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2004-08-12 21:50:03 +0000 |
commit | b292642de04af01a0e6050bb144de3244ffdbfe3 (patch) | |
tree | 2aeecc183e0cb236976d1afd83bf84debe58fedc /src/mesa | |
parent | 3bbdcdcdb8810595008eaab99548a79f680fbffe (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.c | 2 |
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 |