1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-27 17:42:17 +00:00

cocoa: fix fullscreen regression on 10.11 and newer

Fixes #3364.
This commit is contained in:
Akemi 2016-09-24 04:54:27 +02:00 committed by wm4
parent f0ab9f05f1
commit 9f30cd8292

View File

@ -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