changeset 16436:31c643d16626

Add missing doxygen comment for clearOSD()
author reimar
date Fri, 09 Sep 2005 16:43:18 +0000
parents b5ca0e5760d0
children 9dda08ef3e7c
files libvo/vo_gl.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_gl.c	Fri Sep 09 15:54:09 2005 +0000
+++ b/libvo/vo_gl.c	Fri Sep 09 16:43:18 2005 +0000
@@ -126,6 +126,9 @@
   }
 }
 
+/**
+ * \brief remove all OSD textures and display-lists, thus clearing it.
+ */
 static void clearOSD() {
   int i;
   glDeleteTextures(osdtexCnt, osdtex);