# HG changeset patch # User reimar # Date 1126284198 0 # Node ID 31c643d1662663ff046b5fe113f2274d908551ab # Parent b5ca0e5760d03a49d0cd9042e6a5794d7c8c26fe Add missing doxygen comment for clearOSD() diff -r b5ca0e5760d0 -r 31c643d16626 libvo/vo_gl.c --- 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);