From 5b3b43ca1148a7c6994fe5a455e1bf0c4de40668 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 9 May 2005 22:38:09 +0000 Subject: [PATCH] build on Irix --- panda/src/glxdisplay/glxGraphicsStateGuardian.h | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/glxdisplay/glxGraphicsStateGuardian.h b/panda/src/glxdisplay/glxGraphicsStateGuardian.h index db7e6ea3bf..5ad3e39400 100644 --- a/panda/src/glxdisplay/glxGraphicsStateGuardian.h +++ b/panda/src/glxdisplay/glxGraphicsStateGuardian.h @@ -47,6 +47,7 @@ // these functions are defined, and the system glx.h sometimes doesn't // declare these typedefs. typedef __GLXextFuncPtr (* PFNGLXGETPROCADDRESSPROC) (const GLubyte *procName); +typedef int (* PFNGLXSWAPINTERVALSGIPROC) (int interval); //////////////////////////////////////////////////////////////////// // Class : glxGraphicsStateGuardian