diff options
author | Sven Gothel <[email protected]> | 2012-03-04 19:20:52 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-03-04 19:20:52 +0100 |
commit | aeca49c50789b42d991386ace3edd0c10d23acc2 (patch) | |
tree | 68fc72db9620b09efc472feff23168c9a19c4e64 /src/test/native/mesa-demos-patched/eglut/eglut.h | |
parent | df6b48aef57db18c671ecda4bb962de84bb8e565 (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.h | 1 |
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); |