Commit d254ae08 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

vout_macosx: The view is Opaque.

This may actually save some CPU cycle.
parent d6b5bc59
......@@ -480,4 +480,9 @@ static void OpenglSwap(vout_opengl_t *gl)
{
return YES;
}
- (BOOL)isOpaque
{
return YES;
}
@end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment