diff options
-rw-r--r-- | libvo/vo_gl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c index bd790d05d1..2c07b1b7ed 100644 --- a/libvo/vo_gl.c +++ b/libvo/vo_gl.c @@ -213,6 +213,7 @@ static int initGl(uint32_t d_width, uint32_t d_height) { glClearColor( 0.0f,0.0f,0.0f,0.0f ); glClear( GL_COLOR_BUFFER_BIT ); + return 1; } /* connect to server, create and map window, |