(Null gfx context driver) Prevent excess elements when HAVE_EGL is not defined
This commit is contained in:
parent
08c6b6e311
commit
931bc28236
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue