From db08e28304693c1b2e8cbfbad0c28c23c1a414d7 Mon Sep 17 00:00:00 2001 From: Akemi Date: Sat, 20 Jan 2018 15:54:27 +0100 Subject: osx: code cleanups and cosmetic fixes --- video/out/cocoa/window.m | 3 ++- video/out/opengl/context_cocoa.c | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'video') diff --git a/video/out/cocoa/window.m b/video/out/cocoa/window.m index 2feaab9c16..376298718b 100644 --- a/video/out/cocoa/window.m +++ b/video/out/cocoa/window.m @@ -45,7 +45,8 @@ @synthesize targetScreen = _target_screen; @synthesize previousScreen = _previous_screen; @synthesize currentScreen = _current_screen; -@synthesize unfScreen = _unf_Screen; +@synthesize unfScreen = _unf_screen; + - (id)initWithContentRect:(NSRect)content_rect styleMask:(NSWindowStyleMask)style_mask backing:(NSBackingStoreType)buffering_type diff --git a/video/out/opengl/context_cocoa.c b/video/out/opengl/context_cocoa.c index 2256d31b67..129999932e 100644 --- a/video/out/opengl/context_cocoa.c +++ b/video/out/opengl/context_cocoa.c @@ -19,7 +19,6 @@ #include #include "options/m_config.h" #include "video/out/cocoa_common.h" -#include "osdep/macosx_versions.h" #include "context.h" struct cocoa_opts { -- cgit v1.2.3