Fix CocoaGL context driver

This commit is contained in:
Twinaphex 2018-04-21 18:06:14 +02:00
parent 413914a1cf
commit f4c83157af

View File

@ -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 */