Define PFNGLXGETMSCRATEOMLPROC so that DRI will build without including
authorIan Romanick <idr@us.ibm.com>
Thu, 27 May 2004 22:49:12 +0000 (22:49 +0000)
committerIan 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

index 03d92c0..925c7ef 100644 (file)
 
 /*#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.
  */