(iOS) Buildfix(iOS) Buildfix(iOS) Buildfix(iOS) Buildfix(iOS) Buildfix(iOS) Buildfix(iOS) Buildfix(iOS) Buildfix(iOS) Buildfix

This commit is contained in:
Twinaphex 2016-02-26 14:25:57 +01:00
parent 2de97c9176
commit ea2094126b
1 changed files with 5 additions and 5 deletions

View File

@ -85,16 +85,16 @@ static bool g_use_hw_ctx;
#if defined(HAVE_COCOA)
static NSOpenGLPixelFormat* g_format;
void *glcontext_get_ptr(void)
{
return g_context;
}
#endif
static unsigned g_minor = 0;
static unsigned g_major = 0;
void *glcontext_get_ptr(void)
{
return g_context;
}
/* forward declaration */
void *nsview_get_ptr(void);