[Mplayer-cvslog] CVS: main/Gui interface.c,1.14,1.15
Zoltan Ponekker
pontscho at mplayerhq.hu
Mon May 6 17:05:08 CEST 2002
Update of /cvsroot/mplayer/main/Gui
In directory mail:/var/tmp.root/cvs-serv21049/Gui
Modified Files:
interface.c
Log Message:
add WM detection, and wm specific fullscreen code. (???)
Index: interface.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/interface.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- interface.c 5 May 2002 18:46:36 -0000 1.14
+++ interface.c 6 May 2002 15:05:05 -0000 1.15
@@ -104,7 +104,7 @@
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
More information about the MPlayer-cvslog
mailing list