From 9f30cd8292b4b7bfe5d7db29fe31a07cc76dec2c Mon Sep 17 00:00:00 2001 From: Akemi Date: Sat, 24 Sep 2016 04:54:27 +0200 Subject: cocoa: fix fullscreen regression on 10.11 and newer Fixes #3364. --- video/out/opengl/context_cocoa.c | 1 - 1 file changed, 1 deletion(-) (limited to 'video') diff --git a/video/out/opengl/context_cocoa.c b/video/out/opengl/context_cocoa.c index ea7a9b535f..267c706d62 100644 --- a/video/out/opengl/context_cocoa.c +++ b/video/out/opengl/context_cocoa.c @@ -54,7 +54,6 @@ static CGLError test_gl_version(struct vo *vo, CGLPixelFormatAttribute attrs[] = { kCGLPFAOpenGLProfile, (CGLPixelFormatAttribute) version, - kCGLPFADoubleBuffer, kCGLPFAAccelerated, #if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_8 // leave this as the last entry of the array to not break the fallback -- cgit v1.2.3