aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2005-04-13 18:41:33 +0000
committerIan Romanick <[email protected]>2005-04-13 18:41:33 +0000
commitc604e457d1ebe9a884b0a1fb08af38a0ce486699 (patch)
tree3f746315de16aa0cf4257bbee40928edd2171c77 /src/mesa/drivers/dri
parent9a5ba4794c87c5798f7e8cddb641f42b0e5c4b13 (diff)
Revert revision 1.13. This allows server-side libGLcore (in X.org) to build
with Mesa CVS. This change was wrong in the first place, and the issue that necessitated it has been resolved. For more background on the problem see: http://marc.theaimsgroup.com/?l=mesa3d-dev&m=111333880529935&w=2
Diffstat (limited to 'src/mesa/drivers/dri')
-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 302994e0c23..a059241a058 100644
--- a/src/mesa/drivers/dri/common/dri_util.c
+++ b/src/mesa/drivers/dri/common/dri_util.c
@@ -51,7 +51,7 @@
#include "drm_sarea.h"
#include "glcontextmodes.h"
-#ifndef PFNGLXGETMSCRATEOMLPROC
+#ifndef GLX_OML_sync_control
typedef GLboolean ( * PFNGLXGETMSCRATEOMLPROC) (__DRInativeDisplay *dpy, __DRIid drawable, int32_t *numerator, int32_t *denominator);
#endif