(Null gfx context driver) Prevent excess elements when HAVE_EGL is not defined

This commit is contained in:
Twinaphex 2014-10-07 16:49:56 +02:00
parent 08c6b6e311
commit 931bc28236

View File

@ -136,8 +136,10 @@ const gfx_ctx_driver_t gfx_ctx_null = {
gfx_ctx_null_swap_buffers,
gfx_ctx_null_input_driver,
NULL,
#ifdef HAVE_EGL
NULL,
NULL,
#endif
gfx_ctx_null_show_mouse,
"null",
gfx_ctx_null_bind_hw_render,