(CGL) Implement bind_api function

This commit is contained in:
twinaphex 2015-04-26 04:38:35 +02:00
parent a72cc4bfc9
commit 36c2786864

View File

@ -168,7 +168,7 @@ static bool gfx_ctx_cgl_bind_api(void *data, enum gfx_ctx_api api,
(void)major;
(void)minor;
return true;
return api == GFX_CTX_OPENGL_API;
}
static void gfx_ctx_cgl_show_mouse(void *data, bool state)