Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
760a2918
Commit
760a2918
authored
Jun 18, 2016
by
David
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: fix compilation
parent
6c4e9a8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/gui/macosx/VLCVoutWindowController.m
modules/gui/macosx/VLCVoutWindowController.m
+2
-2
No files found.
modules/gui/macosx/VLCVoutWindowController.m
View file @
760a2918
...
...
@@ -372,7 +372,7 @@ void WindowClose(vout_window_t *p_wnd)
[
o_new_video_window
setAlphaValue
:
config_GetFloat
(
getIntf
(),
"macosx-opaqueness"
)];
[
o_vout_view
setVoutThread
:(
vout_thread_t
*
)
p_wnd
->
p_
parent
];
[
o_vout_view
setVoutThread
:(
vout_thread_t
*
)
p_wnd
->
obj
.
parent
];
[
o_new_video_window
setHasActiveVideo
:
YES
];
[
o_vout_dict
setObject
:
o_new_video_window
forKey
:[
NSValue
valueWithPointer
:
p_wnd
]];
...
...
@@ -399,7 +399,7 @@ void WindowClose(vout_window_t *p_wnd)
// this is not set when we start in fullscreen because of
// fullscreen settings in video prefs the second time
var_SetBool
(
p_wnd
->
p_
parent
,
"fullscreen"
,
1
);
var_SetBool
(
p_wnd
->
obj
.
parent
,
"fullscreen"
,
1
);
[
self
setFullscreen
:
1
forWindow
:
p_wnd
withAnimation
:
NO
];
}
...
...
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