projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3981ab
)
Define PFNGLXGETMSCRATEOMLPROC so that DRI will build without including
author
Ian Romanick
<idr@us.ibm.com>
Thu, 27 May 2004 22:49:12 +0000
(22:49 +0000)
committer
Ian Romanick
<idr@us.ibm.com>
Thu, 27 May 2004 22:49:12 +0000
(22:49 +0000)
glxext.h.
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
03d92c0
..
925c7ef
100644
(file)
--- a/
src/mesa/drivers/dri/common/dri_util.c
+++ b/
src/mesa/drivers/dri/common/dri_util.c
@@
-43,6
+43,10
@@
/*#define DRI_NEW_INTERFACE_ONLY*/
+#ifndef GLX_OML_sync_control
+typedef Bool ( * PFNGLXGETMSCRATEOMLPROC) (Display *dpy, GLXDrawable drawable, int32_t *numerator, int32_t *denominator);
+#endif
+
/**
* This is used in a couple of places that call \c driCreateNewDrawable.
*/