summaryrefslogtreecommitdiffstats
path: root/video/out/cocoa/video_view.m
diff options
context:
space:
mode:
authorAkemi <der.richter@gmx.de>2016-12-15 23:06:04 +0100
committerAkemi <der.richter@gmx.de>2016-12-16 16:32:26 +0100
commit2b8b17402ed59815019b309051b277ba4de82f3b (patch)
tree5181d5fbe3621fcf7da6bbb055d1e72c54dd89b9 /video/out/cocoa/video_view.m
parentaab98776f602a4bec1a74ee87eb829aadf6437ea (diff)
downloadmpv-2b8b17402ed59815019b309051b277ba4de82f3b.tar.bz2
mpv-2b8b17402ed59815019b309051b277ba4de82f3b.tar.xz
cocoa: cosmetic fixes
Diffstat (limited to 'video/out/cocoa/video_view.m')
-rw-r--r--video/out/cocoa/video_view.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/video/out/cocoa/video_view.m b/video/out/cocoa/video_view.m
index 786c6ef4da..cb09dc8b9f 100644
--- a/video/out/cocoa/video_view.m
+++ b/video/out/cocoa/video_view.m
@@ -22,7 +22,8 @@
@implementation MpvVideoView
@synthesize adapter = _adapter;
-- (id)initWithFrame:(NSRect)frame {
+- (id)initWithFrame:(NSRect)frame
+{
self = [super initWithFrame:frame];
if (self) {
[self setAutoresizingMask:NSViewWidthSizable|NSViewHeightSizable];