projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bbdcdc
)
Fix dri_util.c build with new headers.
author
Eric Anholt
<anholt@FreeBSD.org>
Thu, 12 Aug 2004 21:50:03 +0000
(21:50 +0000)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/common/dri_util.c
b/src/mesa/drivers/dri/common/dri_util.c
index ee30a677a4c3eca1b52fc7c5fa01155385048cbb..dd83080cca0447250c7be37fe98655dc82aee767 100644
(file)
--- 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