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
VideoLAN
VLC Browser Plugins
Commits
38be77b8
Commit
38be77b8
authored
Jan 28, 2014
by
David Fuhrmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mac plugin: match window with fullscreen state
parent
5a0a7a25
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
npapi/vlcplugin_mac.mm
npapi/vlcplugin_mac.mm
+1
-1
No files found.
npapi/vlcplugin_mac.mm
View file @
38be77b8
...
...
@@ -147,7 +147,7 @@ void VlcPluginMac::toggle_fullscreen()
libvlc_toggle_fullscreen
(
getMD
());
this
->
update_controls
();
if
(
get_fullscreen
()
=
=
0
)
{
if
(
get_fullscreen
()
!
=
0
)
{
if
(
!
fullscreenWindow
)
{
/* this window is kind of useless. however, we need to support 10.5, since enterFullScreenMode depends on the
* existance of a parent window. This is solved in 10.6 and we should remove the window once we require it. */
...
...
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