comparison libvo/vo_gl.c @ 16436:31c643d16626

Add missing doxygen comment for clearOSD()
author reimar
date Fri, 09 Sep 2005 16:43:18 +0000
parents db8d8039a5f4
children c35ed5cdf07e
comparison
equal deleted inserted replaced
16435:b5ca0e5760d0 16436:31c643d16626
124 while (*texh < h) 124 while (*texh < h)
125 *texh *= 2; 125 *texh *= 2;
126 } 126 }
127 } 127 }
128 128
129 /**
130 * \brief remove all OSD textures and display-lists, thus clearing it.
131 */
129 static void clearOSD() { 132 static void clearOSD() {
130 int i; 133 int i;
131 glDeleteTextures(osdtexCnt, osdtex); 134 glDeleteTextures(osdtexCnt, osdtex);
132 #ifndef FAST_OSD 135 #ifndef FAST_OSD
133 glDeleteTextures(osdtexCnt, osdatex); 136 glDeleteTextures(osdtexCnt, osdatex);