(Metal) Buildfix

This commit is contained in:
twinaphex 2021-01-18 19:36:33 +01:00
parent 8d31c410a0
commit 456cc022f3

View File

@ -767,7 +767,7 @@ const gfx_ctx_driver_t gfx_ctx_cocoagl = {
#endif #endif
cocoa_gl_gfx_ctx_check_window, cocoa_gl_gfx_ctx_check_window,
#if defined(HAVE_COCOA_METAL) #if defined(HAVE_COCOA_METAL)
cocoagl_gfx_ctx_set_resize, cocoa_gl_gfx_ctx_set_resize,
#else #else
NULL, /* set_resize */ NULL, /* set_resize */
#endif #endif