summaryrefslogtreecommitdiffstats
path: root/Gui/interface.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-06 15:05:07 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-06 15:05:07 +0000
commit92009fc2f5949a72452bb60b837ac436f924b6c1 (patch)
treeeb6d1b24b9f93d41d719de0c03f96540b5323bf6 /Gui/interface.c
parent40c0d051f37881afe594099deb15d9538b6bec4c (diff)
downloadmpv-92009fc2f5949a72452bb60b837ac436f924b6c1.tar.bz2
mpv-92009fc2f5949a72452bb60b837ac436f924b6c1.tar.xz
add WM detection, and wm specific fullscreen code. (???)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5998 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/interface.c')
-rw-r--r--Gui/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/interface.c b/Gui/interface.c
index 60cd8cd5e1..c425664940 100644
--- a/Gui/interface.c
+++ b/Gui/interface.c
@@ -104,7 +104,7 @@ void guiGetEvent( int type,char * arg )
wsMoveWindow( &appMPlayer.subWindow,True,appMPlayer.sub.x,appMPlayer.sub.y );
}
guiIntfStruct.MovieWidth=vo_dwidth;
- guiIntfStruct.MovieHeight=vo_dwidth;
+ guiIntfStruct.MovieHeight=vo_dheight;
}
break;
#ifdef USE_DVDREAD