git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38d165d
)
qt4 fullscreen: Uses FIND_ANYWHERE to find vout, fixes trax issue 24
author
Rafaël Carré
<funman@videolan.org>
Sat, 8 Sep 2007 20:13:16 +0000
(20:13 +0000)
committer
Rafaël Carré
<funman@videolan.org>
Sat, 8 Sep 2007 20:13:16 +0000
(20:13 +0000)
modules/gui/qt4/components/interface_widgets.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/qt4/components/interface_widgets.cpp
b/modules/gui/qt4/components/interface_widgets.cpp
index
13b3af4
..
8d5b96d
100644
(file)
--- a/
modules/gui/qt4/components/interface_widgets.cpp
+++ b/
modules/gui/qt4/components/interface_widgets.cpp
@@
-606,7
+606,7
@@
void ControlsWidget::setStatus( int status )
*/
void ControlsWidget::fullscreen()
{
- vout_thread_t *p_vout = (vout_thread_t *)vlc_object_find( p_intf, VLC_OBJECT_VOUT, FIND_
CHILD
);
+ vout_thread_t *p_vout = (vout_thread_t *)vlc_object_find( p_intf, VLC_OBJECT_VOUT, FIND_
ANYWHERE
);
if( p_vout)
{
var_SetBool( p_vout, "fullscreen", !var_GetBool( p_vout, "fullscreen" ) );