[vlc-commits] commit: OMAPFB: compile fix (Benjamin Zores )
git at videolan.org
git at videolan.org
Sat Jul 24 10:25:40 CEST 2010
vlc/vlc-1.1 | branch: master | Benjamin Zores <ben at geexbox.org> | Sat Jul 24 11:25:08 2010 +0300| [ad6ce9955ad7ee252fb4748d0c7c2b16ced5a94e] | committer: Rémi Denis-Courmont
OMAPFB: compile fix
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=ad6ce9955ad7ee252fb4748d0c7c2b16ced5a94e
---
modules/video_output/omapfb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/video_output/omapfb.c b/modules/video_output/omapfb.c
index 9646cbd..2021a5a 100644
--- a/modules/video_output/omapfb.c
+++ b/modules/video_output/omapfb.c
@@ -397,7 +397,7 @@ static int Manage( vout_thread_t *p_vout )
var_SetBool( p_vout, "fullscreen", p_vout->b_fullscreen );
if( p_vout->p_sys->owner_window )
- vout_window_SetFullscreen( p_vout->p_sys->owner_window,
+ vout_window_SetFullScreen( p_vout->p_sys->owner_window,
p_vout->b_fullscreen );
p_vout->i_changes &= ~VOUT_FULLSCREEN_CHANGE;
}
More information about the vlc-commits
mailing list