summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkemi <der.richter@gmx.de>2016-09-24 04:54:27 +0200
committerwm4 <wm4@nowhere>2016-09-26 19:25:50 +0200
commit9f30cd8292b4b7bfe5d7db29fe31a07cc76dec2c (patch)
tree8ded33314177218c0eaf78e4e9d191ebe1bfc7f8
parentf0ab9f05f1709ccda63e7e695031e1030dee6626 (diff)
downloadmpv-9f30cd8292b4b7bfe5d7db29fe31a07cc76dec2c.tar.bz2
mpv-9f30cd8292b4b7bfe5d7db29fe31a07cc76dec2c.tar.xz
cocoa: fix fullscreen regression on 10.11 and newer
Fixes #3364.
-rw-r--r--video/out/opengl/context_cocoa.c1
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