aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/native/mesa-demos-patched/eglut/eglut.h
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-03-04 19:20:52 +0100
committerSven Gothel <[email protected]>2012-03-04 19:20:52 +0100
commitaeca49c50789b42d991386ace3edd0c10d23acc2 (patch)
tree68fc72db9620b09efc472feff23168c9a19c4e64 /src/test/native/mesa-demos-patched/eglut/eglut.h
parentdf6b48aef57db18c671ecda4bb962de84bb8e565 (diff)
Add es2readsquare, reassembling JOGL's RedSquareES2 demo
Diffstat (limited to 'src/test/native/mesa-demos-patched/eglut/eglut.h')
-rw-r--r--src/test/native/mesa-demos-patched/eglut/eglut.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/native/mesa-demos-patched/eglut/eglut.h b/src/test/native/mesa-demos-patched/eglut/eglut.h
index 6ad95cc0f..b1758ff67 100644
--- a/src/test/native/mesa-demos-patched/eglut/eglut.h
+++ b/src/test/native/mesa-demos-patched/eglut/eglut.h
@@ -76,6 +76,7 @@ int eglutGet(int state);
void eglutIdleFunc(EGLUTidleCB func);
void eglutPostRedisplay(void);
+void eglutSwapInterval(EGLint interval);
void eglutMainLoop(void);
void eglutStopMainLoop(void);