Define PFNGLXGETMSCRATEOMLPROC so that DRI will build without including

glxext.h.
This commit is contained in:
Ian Romanick
2004-05-27 22:49:12 +00:00
parent b3981ab6e6
commit 8cdccc82d7

View File

@@ -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.
*/