Fix CocoaGL context driver
This commit is contained in:
parent
413914a1cf
commit
f4c83157af
|
@ -666,6 +666,7 @@ const gfx_ctx_driver_t gfx_ctx_cocoagl = {
|
|||
cocoagl_gfx_ctx_swap_interval,
|
||||
cocoagl_gfx_ctx_set_video_mode,
|
||||
cocoagl_gfx_ctx_get_video_size,
|
||||
NULL, /* get_refresh_rate */
|
||||
NULL, /* get_video_output_size */
|
||||
NULL, /* get_video_output_prev */
|
||||
NULL, /* get_video_output_next */
|
||||
|
|
Loading…
Reference in New Issue