(d3d_ctx.cpp) Add HAVE_EGL check

This commit is contained in:
Higor Eurípedes 2014-09-15 21:16:36 -03:00
parent b857890d1e
commit 1331e50bf2

View File

@ -461,6 +461,10 @@ const gfx_ctx_driver_t gfx_ctx_d3d = {
gfx_ctx_d3d_swap_buffers,
gfx_ctx_d3d_input_driver,
NULL,
#ifdef HAVE_EGL
NULL,
NULL,
#endif
gfx_ctx_d3d_show_mouse,
"d3d",
};