summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-19 09:31:02 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-19 09:31:02 +0000
commit0a194447967ddccfc82163bf9ba08034fc2aa95f (patch)
treec32254c5786b67dbe26c4cb4c26fb1cce5a5f6ae /libvo/gl_common.h
parent872024d3fed1c0ebfb1de57e773615ab207ff005 (diff)
downloadmpv-0a194447967ddccfc82163bf9ba08034fc2aa95f.tar.bz2
mpv-0a194447967ddccfc82163bf9ba08034fc2aa95f.tar.xz
automatic vsync enabling for vo_gl.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16269 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/gl_common.h')
-rw-r--r--libvo/gl_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h
index 32b8ea8a27..0022379623 100644
--- a/libvo/gl_common.h
+++ b/libvo/gl_common.h
@@ -108,5 +108,6 @@ extern void (APIENTRY *BindProgram)(GLenum, GLuint);
extern void (APIENTRY *ProgramString)(GLenum, GLenum, GLsizei, const GLvoid *);
extern void (APIENTRY *ProgramEnvParameter4f)(GLenum, GLuint, GLfloat, GLfloat,
GLfloat, GLfloat);
+extern int (*SwapInterval)(int);
#endif