(d3d_ctx.cpp) Add HAVE_EGL check
This commit is contained in:
parent
b857890d1e
commit
1331e50bf2
|
@ -461,6 +461,10 @@ const gfx_ctx_driver_t gfx_ctx_d3d = {
|
||||||
gfx_ctx_d3d_swap_buffers,
|
gfx_ctx_d3d_swap_buffers,
|
||||||
gfx_ctx_d3d_input_driver,
|
gfx_ctx_d3d_input_driver,
|
||||||
NULL,
|
NULL,
|
||||||
|
#ifdef HAVE_EGL
|
||||||
|
NULL,
|
||||||
|
NULL,
|
||||||
|
#endif
|
||||||
gfx_ctx_d3d_show_mouse,
|
gfx_ctx_d3d_show_mouse,
|
||||||
"d3d",
|
"d3d",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue