comparison libvo/vo_gl.c @ 13920:4d4c6ac44d55

missing return for InitGl function
author reimar
date Thu, 11 Nov 2004 19:39:23 +0000
parents 8298dc8ca78b
children 9e331a5299b2
comparison
equal deleted inserted replaced
13919:d57caeb6cf0b 13920:4d4c6ac44d55
211 211
212 resize(d_width, d_height); 212 resize(d_width, d_height);
213 213
214 glClearColor( 0.0f,0.0f,0.0f,0.0f ); 214 glClearColor( 0.0f,0.0f,0.0f,0.0f );
215 glClear( GL_COLOR_BUFFER_BIT ); 215 glClear( GL_COLOR_BUFFER_BIT );
216 return 1;
216 } 217 }
217 218
218 /* connect to server, create and map window, 219 /* connect to server, create and map window,
219 * allocate colors and (shared) memory 220 * allocate colors and (shared) memory
220 */ 221 */