Change these to numbers

This commit is contained in:
twinaphex 2018-08-31 21:25:33 +02:00
parent 8c3479f850
commit 85f093e042
2 changed files with 2 additions and 2 deletions

View File

@ -365,7 +365,7 @@ static bool cocoagl_gfx_ctx_set_video_mode(void *data,
g_format = [[NSOpenGLPixelFormat alloc] initWithAttributes:attributes];
#if MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_5
#if MAC_OS_X_VERSION_MIN_REQUIRED < 1050
if (g_format == nil)
{
/* NSOpenGLFPAAllowOfflineRenderers is

View File

@ -456,7 +456,7 @@ static bool cocoagl_gfx_ctx_set_video_mode(void *data,
g_format = [[NSOpenGLPixelFormat alloc] initWithAttributes:attributes];
#if MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_5
#if MAC_OS_X_VERSION_MIN_REQUIRED < 1050
if (g_format == nil)
{
/* NSOpenGLFPAAllowOfflineRenderers is