(Apple) Fixup one ifdef

This commit is contained in:
Twinaphex 2014-11-18 16:57:47 +01:00
parent e83aabfd5a
commit c07d6ebc32

View File

@ -80,7 +80,7 @@ static RAScreen* get_chosen_screen(void)
static void apple_gfx_ctx_update(void)
{
#ifdef OSX
#ifdef MAC_OS_X_VERSION_10_7 && !defined(HAVE_NSOPENGL)
#if MAC_OS_X_VERSION_10_7 && !defined(HAVE_NSOPENGL)
CGLUpdateContext(g_context.CGLContextObj);
#else
[g_context update];