minor fix for newest glxext.h header

This commit is contained in:
Brian Paul 2004-08-13 21:04:04 +00:00
parent 02ca8fe85d
commit 2fe6e913ca
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@ event_loop(Display *dpy, Window win)
static void
show_refresh_rate( Display * dpy )
{
#ifdef GLX_OML_sync_control
#if defined(GLX_OML_sync_control) && (__STDC_VERSION__ >= 199901L)
PFNGLXGETMSCRATEOMLPROC get_msc_rate;
int32_t n;
int32_t d;