[vlc-commits] macosx: voutcontroller: remove trailing white space
David Fuhrmann
git at videolan.org
Wed Apr 3 18:41:34 CEST 2013
vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Wed Apr 3 18:38:58 2013 +0200| [52546c82546e9233e3dce76bc9a165ea76d56ef7] | committer: David Fuhrmann
macosx: voutcontroller: remove trailing white space
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=52546c82546e9233e3dce76bc9a165ea76d56ef7
---
modules/gui/macosx/VLCVoutWindowController.m | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/modules/gui/macosx/VLCVoutWindowController.m b/modules/gui/macosx/VLCVoutWindowController.m
index b3e33bb..afabbb6 100644
--- a/modules/gui/macosx/VLCVoutWindowController.m
+++ b/modules/gui/macosx/VLCVoutWindowController.m
@@ -117,7 +117,7 @@
[o_new_video_window center];
[o_new_video_window setFrameAutosaveName:@"extra-videowindow"];
}
-
+
[o_new_video_window setContentMinSize: NSMakeSize(f_min_video_height, f_min_video_height)];
}
@@ -169,7 +169,7 @@
top_left_point = [o_new_video_window cascadeTopLeftFromPoint: top_left_point];
[o_new_video_window setFrameTopLeftPoint: top_left_point];
}
-
+
[o_new_video_window setNativeVideoSize:videoViewSize];
[o_new_video_window makeKeyAndOrderFront: self];
@@ -258,7 +258,7 @@
{
intf_thread_t *p_intf = VLCIntf;
BOOL b_nativeFullscreenMode = [[VLCMain sharedInstance] nativeFullscreenMode];
-
+
if (!p_intf || (!b_nativeFullscreenMode && !p_wnd))
return;
playlist_t *p_playlist = pl_Get(p_intf);
@@ -273,7 +273,7 @@
if (b_nativeFullscreenMode) {
if(!o_current_window)
- o_current_window = [VLCMainWindow sharedInstance];
+ o_current_window = [VLCMainWindow sharedInstance];
assert(o_current_window);
// fullscreen might be triggered twice (vout event)
More information about the vlc-commits
mailing list