(OSX) get_chosen_screen - should now compile for Snow Leopard and up

This commit is contained in:
twinaphex 2013-11-09 01:49:22 +01:00
parent 223448d943
commit 611ca465fe

View File

@ -242,7 +242,7 @@ static bool g_is_syncing = true;
static RAScreen* get_chosen_screen()
{
#if __has_feature(objc_arc)
#ifdef MAC_OS_X_VERSION_10_7
@autoreleasepool {
if (g_settings.video.monitor_index >= RAScreen.screens.count)
{