Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
52546c82
Commit
52546c82
authored
Apr 03, 2013
by
David Fuhrmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: voutcontroller: remove trailing white space
parent
d6d1a241
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
modules/gui/macosx/VLCVoutWindowController.m
modules/gui/macosx/VLCVoutWindowController.m
+4
-4
No files found.
modules/gui/macosx/VLCVoutWindowController.m
View file @
52546c82
...
@@ -117,7 +117,7 @@
...
@@ -117,7 +117,7 @@
[
o_new_video_window
center
];
[
o_new_video_window
center
];
[
o_new_video_window
setFrameAutosaveName
:
@"extra-videowindow"
];
[
o_new_video_window
setFrameAutosaveName
:
@"extra-videowindow"
];
}
}
[
o_new_video_window
setContentMinSize
:
NSMakeSize
(
f_min_video_height
,
f_min_video_height
)];
[
o_new_video_window
setContentMinSize
:
NSMakeSize
(
f_min_video_height
,
f_min_video_height
)];
}
}
...
@@ -169,7 +169,7 @@
...
@@ -169,7 +169,7 @@
top_left_point
=
[
o_new_video_window
cascadeTopLeftFromPoint
:
top_left_point
];
top_left_point
=
[
o_new_video_window
cascadeTopLeftFromPoint
:
top_left_point
];
[
o_new_video_window
setFrameTopLeftPoint
:
top_left_point
];
[
o_new_video_window
setFrameTopLeftPoint
:
top_left_point
];
}
}
[
o_new_video_window
setNativeVideoSize
:
videoViewSize
];
[
o_new_video_window
setNativeVideoSize
:
videoViewSize
];
[
o_new_video_window
makeKeyAndOrderFront
:
self
];
[
o_new_video_window
makeKeyAndOrderFront
:
self
];
...
@@ -258,7 +258,7 @@
...
@@ -258,7 +258,7 @@
{
{
intf_thread_t
*
p_intf
=
VLCIntf
;
intf_thread_t
*
p_intf
=
VLCIntf
;
BOOL
b_nativeFullscreenMode
=
[[
VLCMain
sharedInstance
]
nativeFullscreenMode
];
BOOL
b_nativeFullscreenMode
=
[[
VLCMain
sharedInstance
]
nativeFullscreenMode
];
if
(
!
p_intf
||
(
!
b_nativeFullscreenMode
&&
!
p_wnd
))
if
(
!
p_intf
||
(
!
b_nativeFullscreenMode
&&
!
p_wnd
))
return
;
return
;
playlist_t
*
p_playlist
=
pl_Get
(
p_intf
);
playlist_t
*
p_playlist
=
pl_Get
(
p_intf
);
...
@@ -273,7 +273,7 @@
...
@@ -273,7 +273,7 @@
if
(
b_nativeFullscreenMode
)
{
if
(
b_nativeFullscreenMode
)
{
if
(
!
o_current_window
)
if
(
!
o_current_window
)
o_current_window
=
[
VLCMainWindow
sharedInstance
];
o_current_window
=
[
VLCMainWindow
sharedInstance
];
assert
(
o_current_window
);
assert
(
o_current_window
);
// fullscreen might be triggered twice (vout event)
// fullscreen might be triggered twice (vout event)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment