mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 04:10:09 +01:00
Define PFNGLXGETMSCRATEOMLPROC so that DRI will build without including
glxext.h.
This commit is contained in:
parent
b3981ab6e6
commit
8cdccc82d7
1 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue