Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
b9f216c1
Commit
b9f216c1
authored
Feb 16, 2014
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Macosx video output: remove trailing spaces
parent
7f78e6b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
modules/video_output/macosx.m
modules/video_output/macosx.m
+4
-4
No files found.
modules/video_output/macosx.m
View file @
b9f216c1
...
...
@@ -335,7 +335,7 @@ static int Control (vout_display_t *vd, int query, va_list ap)
case
VOUT_DISPLAY_CHANGE_WINDOW_STATE
:
{
unsigned
state
=
va_arg
(
ap
,
unsigned
);
return
vout_window_SetState
(
sys
->
embed
,
state
);
return
vout_window_SetState
(
sys
->
embed
,
state
);
}
case
VOUT_DISPLAY_CHANGE_DISPLAY_FILLED
:
case
VOUT_DISPLAY_CHANGE_ZOOM
:
...
...
@@ -374,7 +374,7 @@ static int Control (vout_display_t *vd, int query, va_list ap)
[
o_pool
release
];
return
VLC_EGENERIC
;
}
/* we always use our current frame here, because we have some size constraints
in the ui vout provider */
vout_display_cfg_t
cfg_tmp
=
*
cfg
;
...
...
@@ -639,7 +639,7 @@ static void OpenglSwap (vlc_gl_t *gl)
else
bounds
=
[
self
bounds
];
vout_display_place_t
place
;
@synchronized
(
self
)
{
if
(
vd
)
{
vout_display_cfg_t
cfg_tmp
=
*
(
vd
->
cfg
);
...
...
@@ -783,7 +783,7 @@ static void OpenglSwap (vlc_gl_t *gl)
s_rect
=
[
self
bounds
];
ml
=
[
self
convertPoint
:
[
o_event
locationInWindow
]
fromView
:
nil
];
b_inside
=
[
self
mouse
:
ml
inRect
:
s_rect
];
if
(
b_inside
)
{
@synchronized
(
self
)
{
if
(
vd
)
{
...
...
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