summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-29 14:33:40 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-29 14:33:40 +0000
commitf9258247dd733ad7e61e9031943a99adefaf1df3 (patch)
tree469732e742837f8c4c0b4721a2f74ba1346c8074 /libvo/gl_common.c
parent9cba1c649153cd6bcf4ca3f395d7ca09aad3377a (diff)
downloadmpv-f9258247dd733ad7e61e9031943a99adefaf1df3.tar.bz2
mpv-f9258247dd733ad7e61e9031943a99adefaf1df3.tar.xz
Doxygen comments improved
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14270 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/gl_common.c')
-rw-r--r--libvo/gl_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/gl_common.c b/libvo/gl_common.c
index 9dc7f79242..60577ebb84 100644
--- a/libvo/gl_common.c
+++ b/libvo/gl_common.c
@@ -243,7 +243,7 @@ void releaseGlContext(int *vinfo, HGLRC *context) {
}
#else
/**
- * Returns the XVisualInfo associated with Window win.
+ * \brief Returns the XVisualInfo associated with Window win.
* \param win Window whose XVisualInfo is returne.
* \return XVisualInfo of the window. Caller must use XFree to free it.
*/