(WGL) Apparently HAVE_EGL can be defined on this platform...

This commit is contained in:
Alcaro 2015-03-27 23:07:57 +01:00
parent 364d8b8b7a
commit fbeec2f00e

View File

@ -709,6 +709,10 @@ const gfx_ctx_driver_t gfx_ctx_wgl = {
gfx_ctx_wgl_swap_buffers,
gfx_ctx_wgl_input_driver,
gfx_ctx_wgl_get_proc_address,
#ifdef HAVE_EGL
NULL,
NULL,
#endif
gfx_ctx_wgl_show_mouse,
"wgl",
gfx_ctx_wgl_bind_hw_render,