From 46a035f76d3b7a2355f7655c9dd7e519d4238cdc Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 17 Aug 2002 00:12:12 +0000 Subject: added glutGetProcAddress() and GLUT_FPS env var option --- src/glut/glx/glutint.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/glut/glx/glutint.h') diff --git a/src/glut/glx/glutint.h b/src/glut/glx/glutint.h index b0d6c86b7c..5e06bfc435 100644 --- a/src/glut/glx/glutint.h +++ b/src/glut/glx/glutint.h @@ -798,6 +798,11 @@ extern void __glutDetermineMesaSwapHackSupport(void); /* private routines from glut_gameglut.c */ extern void GLUTAPIENTRYV __glutCloseDownGameMode(void); +/* private variables from glut_swap.c (BrianP) */ +extern GLint __glutFPS; +extern GLint __glutSwapCount; +extern GLint __glutSwapTime; + #if defined(_WIN32) /* private routines from win32_*.c */ extern LONG WINAPI __glutWindowProc(HWND win, UINT msg, WPARAM w, LPARAM l); -- cgit v1.2.3