summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
Diffstat (limited to 'Gui')
-rw-r--r--Gui/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/interface.c b/Gui/interface.c
index 76939f43ad..da5703d516 100644
--- a/Gui/interface.c
+++ b/Gui/interface.c
@@ -99,7 +99,7 @@ void guiGetEvent( int type,char * arg )
if ( arg )
{
tmp_sh_video_t * sh_video = (tmp_sh_video_t *)arg;
- mplResizeToMovieSize( sh_video->disp_w,sh_video->disp_h );
+ mplResizeToMovieSize( vo_dwidth,vo_dheight );
guiIntfStruct.MovieWidth=sh_video->disp_w;
guiIntfStruct.MovieHeight=sh_video->disp_h;
}