summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.c
diff options
context:
space:
mode:
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.
*/