Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
fee80aa4
Commit
fee80aa4
authored
Jul 02, 2008
by
Rémi Denis-Courmont
Browse files
Remove hacking fullscreen control invocation - fixes #1653
parent
4bf5e817
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/main_interface.cpp
View file @
fee80aa4
...
...
@@ -683,17 +683,10 @@ void *MainInterface::requestVideo( vout_thread_t *p_nvout, int *pi_x,
// emit askVideoToResize( *pi_width, *pi_height );
emit
askUpdate
();
fullscreenControls
->
regFullscreenCallback
(
p_nvout
);
}
return
ret
;
}
void
MainInterface
::
requestNotEmbeddedVideo
(
vout_thread_t
*
p_nvout
)
{
fullscreenControls
->
regFullscreenCallback
(
p_nvout
);
}
void
MainInterface
::
releaseVideo
(
void
*
p_win
)
{
emit
askReleaseVideo
(
p_win
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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