vo_gl: move window creation functions from vo_gl.c into gl_common.c
commit3eeca4838dfe50fe5fdf32167636a1d05f1e5e39
authorwm4 <wm4@mplayer2.org>
Sun, 2 Oct 2011 02:04:44 +0000 (2 04:04 +0200)
committerUoti Urpala <uau@mplayer2.org>
Mon, 24 Oct 2011 04:19:29 +0000 (24 07:19 +0300)
tree7fd7747c03f8c9feb53127be5940755bed802070
parentf045abb4c06c66dd7ee751d4f4c0de40cf1bc810
vo_gl: move window creation functions from vo_gl.c into gl_common.c

Now all windowing specific code is in gl_common.c.

init_mpglcontext() used to set dummy callbacks for non-optional windowing
callbacks. Remove these, as they only lead to confusion.
libvo/gl_common.c
libvo/gl_common.h
libvo/vo_gl.c