diff options
author | Akemi <der.richter@gmx.de> | 2016-09-24 04:54:27 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2016-09-26 19:25:50 +0200 |
commit | 9f30cd8292b4b7bfe5d7db29fe31a07cc76dec2c (patch) | |
tree | 8ded33314177218c0eaf78e4e9d191ebe1bfc7f8 /video/out | |
parent | f0ab9f05f1709ccda63e7e695031e1030dee6626 (diff) |
cocoa: fix fullscreen regression on 10.11 and newer
Fixes #3364.
Diffstat (limited to 'video/out')
-rw-r--r-- | video/out/opengl/context_cocoa.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |